Miyapur, Hyderabad, India - 500049.
Details verified of Swapnil M.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Miyapur, Hyderabad, India - 500049
Education Verified
Phone Verified
Email 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 10 Tuition
14
Board
CBSE
CBSE Subjects taught
Social science
Experience in School or College
20 years of teaching experience 11 years teaching Social Science for class 9 and 10 in CBSE. Right now working in one of the leading schools in Hyderabad as HOD.
Taught in School or College
Yes
1. Which school boards of Class 10 do you teach for?
CBSE
2. Do you have any prior teaching experience?
Yes
3. Which classes do you teach?
I teach Class 10 Tuition Class.
4. Do you provide a demo class?
No, I don't provide a demo class.
5. How many years of experience do you have?
I have been teaching for 14 years.
Answered on 08/04/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
14
Board
CBSE
CBSE Subjects taught
Social science
Experience in School or College
20 years of teaching experience 11 years teaching Social Science for class 9 and 10 in CBSE. Right now working in one of the leading schools in Hyderabad as HOD.
Taught in School or College
Yes
Answered on 08/04/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
Share this Profile
Also have a look at
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.