Details verified of Shivani S.✕
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
VNR Vignana Jyothi institute of engineering and technology Pursuing
Diploma in mechanical
Suraram Saibaba Nagar, Hyderabad, India - 500055
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 Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 7 Tuition
1
Board
State, CBSE, ICSE
Subjects taught
History, English, Computers, Geography, Mathematics, Computer Science, Science, Hindi, Biology, Telugu, Chemistry, Physics, EVS
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
1
Board
ICSE, State
Subjects taught
Science, Computer Application, Environmental Applications, EVS, Physics, History and Civics, Chemistry, Hindi, Telugu, Biology, English, Social Science, Geography, Mathematics, Home Science
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
1
Board
State, CBSE, ICSE
Subjects taught
Computers, EVS, Social science, Geography, History, Mathematics, Hindi, Science, Computer Science, English, Telugu, Physics, Chemistry, Biology
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
1
Board
State, CBSE, ICSE
Subjects taught
EVS, English, Social Science, Social studies, Science, Mathematics, Telugu, Hindi, Computers
Taught in School or College
No
Teaching Experience in detail in Class I-V Tuition
Very bad background for my life in 4-5 years. So I found a new opportunity to my future. So please guide me. I request you.
Answered on 21/03/2020
Ask a Question
Answered on 21/03/2020
Ask a Question
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;
}
}
}
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 Class 7 Tuition
1
Board
State, CBSE, ICSE
Subjects taught
History, English, Computers, Geography, Mathematics, Computer Science, Science, Hindi, Biology, Telugu, Chemistry, Physics, EVS
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
1
Board
ICSE, State
Subjects taught
Science, Computer Application, Environmental Applications, EVS, Physics, History and Civics, Chemistry, Hindi, Telugu, Biology, English, Social Science, Geography, Mathematics, Home Science
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
1
Board
State, CBSE, ICSE
Subjects taught
Computers, EVS, Social science, Geography, History, Mathematics, Hindi, Science, Computer Science, English, Telugu, Physics, Chemistry, Biology
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
1
Board
State, CBSE, ICSE
Subjects taught
EVS, English, Social Science, Social studies, Science, Mathematics, Telugu, Hindi, Computers
Taught in School or College
No
Teaching Experience in detail in Class I-V Tuition
Very bad background for my life in 4-5 years. So I found a new opportunity to my future. So please guide me. I request you.
Answered on 21/03/2020
Ask a Question
Answered on 21/03/2020
Ask a Question
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;
}
}
}
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.