/> 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 Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in IBPS Exam Coaching
5
Target section catered to
Reasoning Ability, Quantitative aptitude/ Numerical ability, Computer aptitude
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Bank Clerical Exam Coaching classes
5
Target section catered to
Reasoning Ability, Quantitative aptitude/ Numerical ability, Computer aptitude
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
State, CBSE, ICSE
Subjects taught
Computer Application, Computer Practices, Telugu, Information and Comunication Technology, English, Mathematics
Taught in School or College
No
Answered on 12/03/2020
Ask a Question
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++;
}
}
} Ask a Question
Also have a look at
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in IBPS Exam Coaching
5
Target section catered to
Reasoning Ability, Quantitative aptitude/ Numerical ability, Computer aptitude
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Bank Clerical Exam Coaching classes
5
Target section catered to
Reasoning Ability, Quantitative aptitude/ Numerical ability, Computer aptitude
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
State, CBSE, ICSE
Subjects taught
Computer Application, Computer Practices, Telugu, Information and Comunication Technology, English, Mathematics
Taught in School or College
No
Answered on 12/03/2020
Ask a Question
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++;
}
}
} Ask a Question
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.