Ashok Nagar, Patna Sadar, India - 800020.
4 yrs of Exp
Details verified of Sidhant Harsh✕
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
IHM Pursuing
Bachelor of Science (B.Sc.)
Ashok Nagar, Patna Sadar, India - 800020
Phone 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
4
Fees
₹ 250.0 per hour
Board
CBSE, ICSE
Subjects taught
Social studies, Social Science, Hindi, English, Mathematics, EVS, Computers, Science, Computer Science
Taught in School or College
No
Upcoming Live Classes
1. Which school boards of Class 1-5 do you teach for?
CBSE and ICSE
2. Have you ever taught in any School or College?
No
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 4 years.
Answered on 04/04/2021
Ask a Question
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);
}
}
Answered on 04/04/2021
Ask a Question
Ask a Question
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
4
Fees
₹ 250.0 per hour
Board
CBSE, ICSE
Subjects taught
Social studies, Social Science, Hindi, English, Mathematics, EVS, Computers, Science, Computer Science
Taught in School or College
No
Answered on 04/04/2021
Ask a Question
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);
}
}
Answered on 04/04/2021
Ask a Question
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.