Domlur, Bangalore, India - 560071.
Details verified of Deepthi R.✕
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)
English Proficient
Hindi Basic
Manipal Institute of Technology Pursuing
Bachelor of Technology (B.Tech.)
Domlur, Bangalore, India - 560071
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
Board
State, ICSE, CBSE
CBSE Subjects taught
Computers, Mathematics
ICSE Subjects taught
Mathematics, Computer Science
Taught in School or College
No
State Syllabus Subjects taught
Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Board
State, ICSE, CBSE
CBSE Subjects taught
Mathematics, Computers
ICSE Subjects taught
Mathematics, Computer science
Taught in School or College
No
State Syllabus Subjects taught
Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Board
ICSE, CBSE, State
CBSE Subjects taught
Computer Practices, Mathematics
ICSE Subjects taught
Computer Application, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Board
International Baccalaureate, ICSE, CBSE
IB Subjects taught
Computers, Mathematics
CBSE Subjects taught
Computer Practices, Mathematics
ICSE Subjects taught
Computer Application, Mathematics
Taught in School or College
No
1. Which school boards of Class 8 do you teach for?
State, ICSE and CBSE
2. Have you ever taught in any School or College?
No
3. Which classes do you teach?
I teach Class 10 Tuition, Class 8 Tuition, Class 9 Tuition and Class I-V 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 less than a year.
Answered on 26/03/2020 Learn Tuition
import java.util.Scanner;
public class Fibo{
public static void main(String[] args) {
Scanner input = new Scanner(System.in); System.out.print("Enter no of terms to print in series: "); int number = input.nextInt();
int t1 = 0, t2 = 1;
System.out.print("First " + number + " terms: ");
for (int i = 1; i <= number; ++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
Board
State, ICSE, CBSE
CBSE Subjects taught
Computers, Mathematics
ICSE Subjects taught
Mathematics, Computer Science
Taught in School or College
No
State Syllabus Subjects taught
Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Board
State, ICSE, CBSE
CBSE Subjects taught
Mathematics, Computers
ICSE Subjects taught
Mathematics, Computer science
Taught in School or College
No
State Syllabus Subjects taught
Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Board
ICSE, CBSE, State
CBSE Subjects taught
Computer Practices, Mathematics
ICSE Subjects taught
Computer Application, Mathematics
Taught in School or College
No
State Syllabus Subjects taught
Mathematics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Board
International Baccalaureate, ICSE, CBSE
IB Subjects taught
Computers, Mathematics
CBSE Subjects taught
Computer Practices, Mathematics
ICSE Subjects taught
Computer Application, Mathematics
Taught in School or College
No
Answered on 26/03/2020 Learn Tuition
import java.util.Scanner;
public class Fibo{
public static void main(String[] args) {
Scanner input = new Scanner(System.in); System.out.print("Enter no of terms to print in series: "); int number = input.nextInt();
int t1 = 0, t2 = 1;
System.out.print("First " + number + " terms: ");
for (int i = 1; i <= number; ++i)
{ System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
} }
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Deepthi R.
Let Deepthi R. know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.