Sector 83, Gurgaon, India - 122004.
Verified
Details verified of Dr Chetna K.✕
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
Bharti vidyapeeth pune 2016
Bachelor of Medicine and Bachelor of Surgery (M.B.B.S.)
Sector 83, Gurgaon, India - 122004
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 (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MBBS & Medical Tuition
2
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Subjects
Paediatrics
Taught in School or College
No
1. Which classes do you teach?
I teach MBBS & Medical Tuition Class.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 2 years.
Answered on 02/04/2021 Learn Tuition
import java.util.*;
class Swap
{
public static
void main(String a[])
{
System.out.println("Enter the value of x and y");
Scanner sc = new Scanner(System.in); /*Define variables*/
int x = sc.nextInt();
int y = sc.nextInt();
System.out.println("before swapping numbers: "+x +" "+ y); /*Swapping*/
x = x + y;
y = x - y;
x = x - y;
System.out.println("After swapping: "+x +" " + y);
}
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MBBS & Medical Tuition
2
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Subjects
Paediatrics
Taught in School or College
No
Answered on 02/04/2021 Learn Tuition
import java.util.*;
class Swap
{
public static
void main(String a[])
{
System.out.println("Enter the value of x and y");
Scanner sc = new Scanner(System.in); /*Define variables*/
int x = sc.nextInt();
int y = sc.nextInt();
System.out.println("before swapping numbers: "+x +" "+ y); /*Swapping*/
x = x + y;
y = x - y;
x = x - y;
System.out.println("After swapping: "+x +" " + y);
}
}
Share this Profile
Also have a look at
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.