UrbanPro
true
Madhuri Summer Camp trainer in Hyderabad/>

Madhuri

Mathtricker

Kukatpally, Hyderabad, India - 500057.

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Madhuri

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I had 1 year 3 months of experience in teaching all subjects upto 10th standard at my home.
Also i had experience in teaching on my class and to my juniors when i am doing M,C.A.

Languages Spoken

English

Telugu

Education

Jntuk 2016

Master of Computer Applications (M.C.A.)

Address

Kukatpally, Hyderabad, India - 500057

Verified Info

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.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Summer Camp classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Type of camp conducted

Math & Science

Age groups catered to

Above 6

Nursery-KG Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Subject

Mathematics

Taught in School or College

Yes

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

BSc Branch

BSc Mathematics

BSc Mathematics Subjects

Number Theory, Differential Equations and Mathematical Modelling, Probability and Statistics

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class I-V Tuition

2

Fees

₹ 1200 per hour

Board

CBSE, State, ICSE

CBSE Subjects taught

Telugu

ICSE Subjects taught

Telugu, Mathematics, Computer science

Experience in School or College

1 year of experience

Taught in School or College

Yes

State Syllabus Subjects taught

Computer Science, Telugu, Mathematics

Teaching Experience in detail in Class I-V Tuition

computer science and mathematics for 5 standard students

UI Design Course

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in UI Design Course

1

Teaching Experience in detail in UI Design Course

i have 1 year of experience in this field and also worked as web developer

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach BSc Tuition, Class I-V Tuition, Nursery-KG Tuition, Summer Camp and UI Design Classes.

2. Do you provide a demo class?

Yes, I provide a paid demo class.

3. How many years of experience do you have?

I have been teaching for less than a year.

Answers by Madhuri (2)

Answered on 23/03/2021 Learn Tuition

mport java.util.Scanner; class example { public static void main(String args) { Scanner in=new Scanner(System.in); System.out.print("Enter first number : "); int a=in.nextInt(); System.out.print("Enter second number... ...more
  • mport java.util.Scanner; 
  • class example 
  • { 
  • public static void main(String args[]) 
  • { 
  • Scanner in=new Scanner(System.in); 
  • System.out.print("Enter first number : "); 
  • int a=in.nextInt(); 
  • System.out.print("Enter second number : "); 
  • int b=in.nextInt(); 
  • System.out.print("Variables before swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • System.out.println(); 
  • a=a+b; 
  • b=a-b; 
  • a=a-b; 
  • System.out.print("variables after swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • } 
  • } 

 

Answers 281 Comments
Dislike Bookmark

Answered on 23/03/2021 Learn Tuition

mport java.util.Scanner; class example { public static void main(String args) { Scanner in=new Scanner(System.in); System.out.print("Enter first number : "); int a=in.nextInt(); System.out.print("Enter second number : "); int b=in.nextInt(); ... ...more
  • mport java.util.Scanner; 
  • class example 
  • { 
  • public static void main(String args[]) 
  • { 
  • Scanner in=new Scanner(System.in); 
  • System.out.print("Enter first number : "); 
  • int a=in.nextInt(); 
  • System.out.print("Enter second number : "); 
  • int b=in.nextInt(); 
  • System.out.print("Variables before swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • System.out.println(); 
  • a=a+b; 
  • b=a-b; 
  • a=a-b; 
  • System.out.print("variables after swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • } 
  • } 

 

Answers 281 Comments
Dislike Bookmark

Teaches

Summer Camp classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Type of camp conducted

Math & Science

Age groups catered to

Above 6

Nursery-KG Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Subject

Mathematics

Taught in School or College

Yes

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Type of class

Regular Classes

Class strength catered to

One on one/ Private Tutions

Taught in School or College

No

BSc Branch

BSc Mathematics

BSc Mathematics Subjects

Number Theory, Differential Equations and Mathematical Modelling, Probability and Statistics

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class I-V Tuition

2

Fees

₹ 1200 per hour

Board

CBSE, State, ICSE

CBSE Subjects taught

Telugu

ICSE Subjects taught

Telugu, Mathematics, Computer science

Experience in School or College

1 year of experience

Taught in School or College

Yes

State Syllabus Subjects taught

Computer Science, Telugu, Mathematics

Teaching Experience in detail in Class I-V Tuition

computer science and mathematics for 5 standard students

UI Design Course

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in UI Design Course

1

Teaching Experience in detail in UI Design Course

i have 1 year of experience in this field and also worked as web developer

No Reviews yet!

Answers by Madhuri (2)

Answered on 23/03/2021 Learn Tuition

mport java.util.Scanner; class example { public static void main(String args) { Scanner in=new Scanner(System.in); System.out.print("Enter first number : "); int a=in.nextInt(); System.out.print("Enter second number... ...more
  • mport java.util.Scanner; 
  • class example 
  • { 
  • public static void main(String args[]) 
  • { 
  • Scanner in=new Scanner(System.in); 
  • System.out.print("Enter first number : "); 
  • int a=in.nextInt(); 
  • System.out.print("Enter second number : "); 
  • int b=in.nextInt(); 
  • System.out.print("Variables before swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • System.out.println(); 
  • a=a+b; 
  • b=a-b; 
  • a=a-b; 
  • System.out.print("variables after swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • } 
  • } 

 

Answers 281 Comments
Dislike Bookmark

Answered on 23/03/2021 Learn Tuition

mport java.util.Scanner; class example { public static void main(String args) { Scanner in=new Scanner(System.in); System.out.print("Enter first number : "); int a=in.nextInt(); System.out.print("Enter second number : "); int b=in.nextInt(); ... ...more
  • mport java.util.Scanner; 
  • class example 
  • { 
  • public static void main(String args[]) 
  • { 
  • Scanner in=new Scanner(System.in); 
  • System.out.print("Enter first number : "); 
  • int a=in.nextInt(); 
  • System.out.print("Enter second number : "); 
  • int b=in.nextInt(); 
  • System.out.print("Variables before swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • System.out.println(); 
  • a=a+b; 
  • b=a-b; 
  • a=a-b; 
  • System.out.print("variables after swaping : "); 
  • System.out.print("a="+a+" b="+b); 
  • } 
  • } 

 

Answers 281 Comments
Dislike Bookmark

Madhuri describes herself as Mathtricker. She conducts classes in BSc Tuition, Class I-V Tuition and Nursery-KG Tuition. Madhuri is located in Kukatpally, Hyderabad. Madhuri takes at students Home and Regular Classes- at her Home. She has 2 years of teaching experience . Madhuri has completed Master of Computer Applications (M.C.A.) from Jntuk in 2016. She is well versed in English and Telugu.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more