Nacharam, Hyderabad, India - 500076.
Details verified of Prashanth Kumar✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Telugu Mother Tongue (Native)
Hindi Proficient
English Proficient
JNTU(Hyderabd) 2013
Bachelor of Technology (B.Tech.)
Nacharam, Hyderabad, India - 500076
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 IBPS Exam Coaching
5
Target section catered to
Computer aptitude, Reasoning Ability, Quantitative aptitude/ Numerical ability
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Bank Clerical Exam Coaching classes
5
Target section catered to
Computer aptitude, Reasoning Ability, Quantitative aptitude/ Numerical ability
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
ICSE, State, CBSE
CBSE Subjects taught
English, Information and Comunication Technology, Mathematics, Telugu, Computer Practices
ICSE Subjects taught
English, Mathematics, Computer Application
Taught in School or College
No
State Syllabus Subjects taught
Mathematics, English, Telugu
1. Which classes do you teach?
I teach Bank Clerical Exam Coaching, Class 10 Tuition and IBPS Exam Coaching Classes.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 5 years.
Answered on 12/03/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int i = 1, n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
while (i <= n)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
i++;
}
}
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in IBPS Exam Coaching
5
Target section catered to
Computer aptitude, Reasoning Ability, Quantitative aptitude/ Numerical ability
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Bank Clerical Exam Coaching classes
5
Target section catered to
Computer aptitude, Reasoning Ability, Quantitative aptitude/ Numerical ability
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
ICSE, State, CBSE
CBSE Subjects taught
English, Information and Comunication Technology, Mathematics, Telugu, Computer Practices
ICSE Subjects taught
English, Mathematics, Computer Application
Taught in School or College
No
State Syllabus Subjects taught
Mathematics, English, Telugu
Answered on 12/03/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int i = 1, n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
while (i <= n)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
i++;
}
}
}
Share this Profile
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.