Ali Nagar Road, Gorakhpur, India - 273001.
Details verified of Aditya✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
English Proficient
Madan Mohan Malviya Univercity of Technology 2020
Bachelor of Technology (B.Tech.)
Ali Nagar Road, Gorakhpur, India - 273001
Phone Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
1
Board
CBSE
CBSE Subjects taught
Philosophy, History, English, Mathematics, Biology, Computer Science, Physics
Experience in School or College
For me teaching is a passion. When I teach I try to inculcate the passion of learning while simultaneously covering the syllabus.
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
BCom Subject
Advertising
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
No
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
1
Field tutored for
Mathematics, Philosophy, English, Computer Science
BA Computer Science Subjects
Programming in JAVA, Programming Fundamentals using C++
BA Mathematics Subjects
Differential Equations, Partial Differential Equations, C++ Programming, Complex Analysis, Calculus, Group Theory
Experience in School or College
I am passionate about teaching. I induce the passion of learning while simultaneously completing the syllabus.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BA English Subjects
Creative Writing, Soft Skills, Technical Writing
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BBA Tuition
1
BBA Subject
Mathematics, Computer Applications in Business, Statistics, English
Experience in School or College
I am passionate about teaching.I inculcate in students the passion for learning while simultaneously covering the syllabus.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
1
Experience in School or College
I am passionate about teaching.I present my content in easy manner.I inculcate in students the passion for learning while simultaneosuly covering the syllabus.
BCA Subject
Computer Basics and PC Software , English, Programming in C++ , Mathematics, IT, Problem Solving and Programming , C Language Programming, Java Programming
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
1
BSc Computer Science Subjects
Calculus and Geometry, Data Structures
Experience in School or College
I am passionate about teaching. I induce in my students the passion for studies while simultaneously completing the syllabus.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Computer Science
1. Which school boards of Class 12 do you teach for?
CBSE
2. Have you ever taught in any School or College?
Yes
3. Which classes do you teach?
I teach BA Tuition, BBA Tuition, BCA Tuition, BCom Tuition, BSc Tuition and Class 12 Tuition Classes.
4. Do you provide a demo class?
Yes, I provide a free demo class.
5. How many years of experience do you have?
I have been teaching for 1 year.
Answered on 01/04/2020 Learn Tuition
import java.io.*;
public class Fibonacci
{
public static void main(int n)
{
int c,a=0,b=1;
if(n<1)
System.out.print("ERROR IN DATA");
else if(n==1)
System.out.print(a);
else
{
System.out.print(a+","+b);
//Note for loop will not run for n=2
for(int i=3;i<=n;i++)
{
c=a+b;
System.out.print(","+c);
a=b;//Note:Now old value of a is useless & new a has value of b
b=c;//Note:Now for new itteration b has to contain new c
}
}
}
}
-Answered by Aditya.If you Like the Answer pls Like.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
1
Board
CBSE
CBSE Subjects taught
Philosophy, History, English, Mathematics, Biology, Computer Science, Physics
Experience in School or College
For me teaching is a passion. When I teach I try to inculcate the passion of learning while simultaneously covering the syllabus.
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
BCom Subject
Advertising
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
No
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BA Tuition
1
Field tutored for
Mathematics, Philosophy, English, Computer Science
BA Computer Science Subjects
Programming in JAVA, Programming Fundamentals using C++
BA Mathematics Subjects
Differential Equations, Partial Differential Equations, C++ Programming, Complex Analysis, Calculus, Group Theory
Experience in School or College
I am passionate about teaching. I induce the passion of learning while simultaneously completing the syllabus.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BA English Subjects
Creative Writing, Soft Skills, Technical Writing
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BBA Tuition
1
BBA Subject
Mathematics, Computer Applications in Business, Statistics, English
Experience in School or College
I am passionate about teaching.I inculcate in students the passion for learning while simultaneously covering the syllabus.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
1
Experience in School or College
I am passionate about teaching.I present my content in easy manner.I inculcate in students the passion for learning while simultaneosuly covering the syllabus.
BCA Subject
Computer Basics and PC Software , English, Programming in C++ , Mathematics, IT, Problem Solving and Programming , C Language Programming, Java Programming
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
1
BSc Computer Science Subjects
Calculus and Geometry, Data Structures
Experience in School or College
I am passionate about teaching. I induce in my students the passion for studies while simultaneously completing the syllabus.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Computer Science
Answered on 01/04/2020 Learn Tuition
import java.io.*;
public class Fibonacci
{
public static void main(int n)
{
int c,a=0,b=1;
if(n<1)
System.out.print("ERROR IN DATA");
else if(n==1)
System.out.print(a);
else
{
System.out.print(a+","+b);
//Note for loop will not run for n=2
for(int i=3;i<=n;i++)
{
c=a+b;
System.out.print(","+c);
a=b;//Note:Now old value of a is useless & new a has value of b
b=c;//Note:Now for new itteration b has to contain new c
}
}
}
}
-Answered by Aditya.If you Like the Answer pls Like.
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Aditya
Let Aditya know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.