Ashok Nagar, Patna Sadar, India - 800020.
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 (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
4
Fees
₹ 250.0 per hour
Board
CBSE, ICSE
CBSE Subjects taught
Mathematics, EVS, Science, English, Social Science, Hindi, Computers
ICSE Subjects taught
EVS, Social Studies, Mathematics, Science, English, Hindi, Computer science
Taught in School or College
No
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 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 Class I-V Tuition
4
Fees
₹ 250.0 per hour
Board
CBSE, ICSE
CBSE Subjects taught
Mathematics, EVS, Science, English, Social Science, Hindi, Computers
ICSE Subjects taught
EVS, Social Studies, Mathematics, Science, English, Hindi, Computer science
Taught in School or College
No
Answered on 04/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);
}
}
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Sidhant Harsh
Let Sidhant Harsh know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.