Featured
Visthar Sonam Layout, Bangalore, India - 560077.
Top Tutor
90
Details verified of Sachin K.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Intro Video
Hindi Mother Tongue (Native)
English Proficient
T M B BHAGALPUR BIHAR 2010
Master of Science (M.Sc.)
Hennur Main Rd, Chikkagubi, Beside United International school
Visthar Sonam Layout, Bangalore, India - 560077
Landmark: United International School.
ID Verified
Phone Verified
Email Verified
A
Amara Jyothi English School
Krishnarajapuram, Bangalore
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
4.9 out of 5 71 reviews
Aratrik
Class 8 Tuition
"Sir was very humble and good. He always helped me understand my concepts. He used to help me anytime I called him. He can understand where the student has to improve and this also helped me get good results. "
Reply by Sachin
Thank you Aratrik
Kanishka Belani
Class 10 Tuition
"Teaches very well and clears all concepts and doubts, makes classes very engaging and useful, He is very patient and encouraging."
Reply by Sachin
Thank you very much Kanishka.
Archana Singh
Class 8 Tuition
"Sachin Sir is very dedicated and hard working. He is very punctual with class. He has good subject knowledge. "
Reply by Sachin
Thank you ma'am
Purandar Chaudhuri
Class 9 Tuition
"Though it is initial days, but my son really enjoys his teaching and likes his approach of teaching Mathematics. We look forward to a long-term association with him. "
Reply by Sachin
Thank you sir
Answered on 23/03/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int n = 100, t1 = 0, t2 = 1;
System.out.print("Upto " + n + ": ");
while (t1 <= n)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
Answered on 23/03/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args) {
int n = 100, t1 = 0, t2 = 1;
System.out.print("Upto " + n + ": ");
while (t1 <= n)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
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.