/> Details verified of Uday Kumar✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Online Classes Hindi Mother Tongue (Native)
English Proficient
Nagpur University 2011
Bachelor of Engineering (B.E.)
Sector 1, Bokaro Steel City, India - 827001
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 class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
9
Fees
₹ 500.0 per hour
Board
CBSE, ICSE
Experience in School or College
1 year experience of teaching engineering mathematics in Priyadarshini college of Engineering.
Subjects taught
Computer Science, Computers, Science, Mathematics
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
9
Board
CBSE, ICSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Physics, Computer Application, Information and Comunication Technology, Science, Mathematics, Chemistry, Computer Practices
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
9
Board
CBSE, ICSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computer Practices, Mathematics, Science, Information and Comunication Technology, Chemistry, Physics, Computer Application
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
9
Board
ICSE, CBSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computers, Computer Science, Science, Physics, Mathematics, Chemistry
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 6 Tuition
9
Board
ICSE, CBSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computers, Chemistry, Mathematics, Computer Science, Science, Physics
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
9
Board
CBSE, ISC/ICSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computer Science
Taught in School or College
Yes
Answered on 05/04/2021
Ask a Question
import java.util.Scanner;
public class Swap {
publicstaticvoid main(String a[]) {
// take inputs from console for variable x and variable y
System.out.println("Enter the values of x and y: ");
Scanner sc = new Scanner(System.in);
intx = sc.nextInt(); // numeric value for x
inty = sc.nextInt(); // numeric value for y
System.out.println("before swapping numbers. x: " + x + "; y: " + y);
x = x + y;
y = x - y;
x = x - y;
System.out.println("After swapping. x: " + x + "; y: " + y);
}
}
Answered on 05/04/2021
Ask a Question
import java.util.Scanner;
public class Swap {
publicstaticvoid main(String a[]) {
// take inputs from console for variable x and variable y
System.out.println("Enter the values of x and y: ");
Scanner sc = new Scanner(System.in);
intx = sc.nextInt(); // numeric value for x
inty = sc.nextInt(); // numeric value for y
System.out.println("before swapping numbers. x: " + x + "; y: " + y);
x = x + y;
y = x - y;
x = x - y;
System.out.println("After swapping. x: " + x + "; y: " + y);
}
}
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
9
Fees
₹ 500.0 per hour
Board
CBSE, ICSE
Experience in School or College
1 year experience of teaching engineering mathematics in Priyadarshini college of Engineering.
Subjects taught
Computer Science, Computers, Science, Mathematics
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
9
Board
CBSE, ICSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Physics, Computer Application, Information and Comunication Technology, Science, Mathematics, Chemistry, Computer Practices
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
9
Board
CBSE, ICSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computer Practices, Mathematics, Science, Information and Comunication Technology, Chemistry, Physics, Computer Application
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
9
Board
ICSE, CBSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computers, Computer Science, Science, Physics, Mathematics, Chemistry
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 6 Tuition
9
Board
ICSE, CBSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computers, Chemistry, Mathematics, Computer Science, Science, Physics
Taught in School or College
Yes
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
9
Board
CBSE, ISC/ICSE
Experience in School or College
1 year experience of teaching Engineering Mathematics in Priyadarshini College of Engineering
Subjects taught
Computer Science
Taught in School or College
Yes
Answered on 05/04/2021
Ask a Question
import java.util.Scanner;
public class Swap {
publicstaticvoid main(String a[]) {
// take inputs from console for variable x and variable y
System.out.println("Enter the values of x and y: ");
Scanner sc = new Scanner(System.in);
intx = sc.nextInt(); // numeric value for x
inty = sc.nextInt(); // numeric value for y
System.out.println("before swapping numbers. x: " + x + "; y: " + y);
x = x + y;
y = x - y;
x = x - y;
System.out.println("After swapping. x: " + x + "; y: " + y);
}
}
Answered on 05/04/2021
Ask a Question
import java.util.Scanner;
public class Swap {
publicstaticvoid main(String a[]) {
// take inputs from console for variable x and variable y
System.out.println("Enter the values of x and y: ");
Scanner sc = new Scanner(System.in);
intx = sc.nextInt(); // numeric value for x
inty = sc.nextInt(); // numeric value for y
System.out.println("before swapping numbers. x: " + x + "; y: " + y);
x = x + y;
y = x - y;
x = x - y;
System.out.println("After swapping. x: " + x + "; y: " + y);
}
}
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.