Gurgaon HO, Gurgaon, India - 122001.
 Verified 5 yrs of Exp 
Details verified of Sobha A.✕
 
Identity 
 
Education 
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
English Proficient
 
CDLU  2014  
Master of Computer Applications (M.C.A.)
Gurgaon HO, Gurgaon, India - 122001
 
 ID Verified 
 
 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 Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in Class I-V Tuition
5
Fees
₹ 30.0 per hour
Board
State, NIOS, ICSE, Cambridge Assessment International Education (CAIE), CBSE, International Baccalaureate
Experience in School or College
Kendriya Vidyalaya
Subjects taught
Computers, EVS, Sanskrit, English, Hindi, Social studies, Science, Mathematics
Taught in School or College
Yes
Upcoming Live Classes
1. Which school boards of Class 1-5 do you teach for?
State, NIOS, ICSE and others
2. Have you ever taught in any School or College?
Yes
3. Which classes do you teach?
I teach Class I-V Tuition Class.
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 5 years.
Answered on 02/04/2020
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 Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in Class I-V Tuition
5
Fees
₹ 30.0 per hour
Board
State, NIOS, ICSE, Cambridge Assessment International Education (CAIE), CBSE, International Baccalaureate
Experience in School or College
Kendriya Vidyalaya
Subjects taught
Computers, EVS, Sanskrit, English, Hindi, Social studies, Science, Mathematics
Taught in School or College
Yes
Answered on 02/04/2020
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;
        }
    }
}  
 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.