Details verified of Bhuvanirangesh✕
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 Tamil Proficient
English Proficient
University college Dublin 2018
Master of Science (M.Sc.)
Madipakkam, Chennai, India - 600091
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 class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
4
Fees
₹ 200.0 per hour
Board
State, CBSE
Subjects taught
Hindi, English, Science, Social Science, Mathematics, EVS, Computer Science, Computers
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
4
BCA Subject
Web Programming, Internet Concepts and Web Design , Computer Architecture, Data and File Structures , Java Programming, Assembly Language Programming, IT, Computer Networks , Unix Shell programming, Cryptography and Network Security, Database Management Systems , Network Programming and Administration
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
4
Board
State, CBSE
Subjects taught
EVS, Social Science, Hindi, Mathematics, Science
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
4
Board
State, CBSE
Subjects taught
Computers, Science, Mathematics, Social science, EVS
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 6 Tuition
4
Board
State, CBSE
Subjects taught
Mathematics, Computers, Social science, EVS, Science
Taught in School or College
No
Answered on 23/04/2021
Ask a Question
Answered on 23/04/2021
Ask a Question
//with 3rd variable
public class SwapNumbers {
public static void main(String[] args) {
Int a=10;
int b=20;
int c;
c=a;
a=b;
b=c;
system.out.println(a);
system.out.println(b);
}
}
//without 3rd variable
public class SwapNumbers {
public static void main(String[] args) {
Int a=10;
int b=20;
a= a+b;
b=a-b;
a=a-b;
system.out.println(a);
system.out.println(b);
}
}
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
4
Fees
₹ 200.0 per hour
Board
State, CBSE
Subjects taught
Hindi, English, Science, Social Science, Mathematics, EVS, Computer Science, Computers
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
4
BCA Subject
Web Programming, Internet Concepts and Web Design , Computer Architecture, Data and File Structures , Java Programming, Assembly Language Programming, IT, Computer Networks , Unix Shell programming, Cryptography and Network Security, Database Management Systems , Network Programming and Administration
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
4
Board
State, CBSE
Subjects taught
EVS, Social Science, Hindi, Mathematics, Science
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 8 Tuition
4
Board
State, CBSE
Subjects taught
Computers, Science, Mathematics, Social science, EVS
Taught in School or College
No
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class 6 Tuition
4
Board
State, CBSE
Subjects taught
Mathematics, Computers, Social science, EVS, Science
Taught in School or College
No
Answered on 23/04/2021
Ask a Question
Answered on 23/04/2021
Ask a Question
//with 3rd variable
public class SwapNumbers {
public static void main(String[] args) {
Int a=10;
int b=20;
int c;
c=a;
a=b;
b=c;
system.out.println(a);
system.out.println(b);
}
}
//without 3rd variable
public class SwapNumbers {
public static void main(String[] args) {
Int a=10;
int b=20;
a= a+b;
b=a-b;
a=a-b;
system.out.println(a);
system.out.println(b);
}
}
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.