Central Ordinance Depot Area, Jabalpur, India - 482001.
Details verified of Devashish Vishwakarma✕
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
Rgpv Pursuing
Bachelor of Technology (B.Tech.)
Rgpv 2019
diploma
Central Ordinance Depot Area, Jabalpur, India - 482001
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 Art and Craft classes
1
Age groups catered to
Below 10 yrs
Art and Craft type taught
Creative Paper Art
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
CBSE
CBSE Subjects taught
English, Information and Comunication Technology
Experience in School or College
home
Taught in School or College
Yes
1. Which of the age groups do you cater to?
Below 10 yrs
2. Which classes do you teach?
I teach Art and Craft and Class 10 Tuition Classes.
3. Do you provide a demo class?
Yes, I provide a paid demo class.
4. How many years of experience do you have?
I have been teaching for 1 year.
Answered on 12/05/2021 Learn Tuition
Python program : swapping values
x = int(input("Enter the value of x?"))
y = int(input("Enter the value of y?"))
print("before swapping numbers: %d %d\n" %(x,y))
#swapping#
x = x + y
y = x - y
x = x - y
print("After swapping: %d %d\n"%(x,y)) \
c program:
#include<stdio.h>
int main()
{
int x, y;
printf("Enter the value of x and y?");
scanf("%d %d",&x,&y);
printf("before swapping numbers: %d %d\n",x,y);
/*swapping*/
x = x + y;
y = x - y;
x = x - y;
printf("After swapping: %d %d",x,y);
return 0;
}
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Art and Craft classes
1
Age groups catered to
Below 10 yrs
Art and Craft type taught
Creative Paper Art
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
1
Board
CBSE
CBSE Subjects taught
English, Information and Comunication Technology
Experience in School or College
home
Taught in School or College
Yes
Answered on 12/05/2021 Learn Tuition
Python program : swapping values
x = int(input("Enter the value of x?"))
y = int(input("Enter the value of y?"))
print("before swapping numbers: %d %d\n" %(x,y))
#swapping#
x = x + y
y = x - y
x = x - y
print("After swapping: %d %d\n"%(x,y)) \
c program:
#include<stdio.h>
int main()
{
int x, y;
printf("Enter the value of x and y?");
scanf("%d %d",&x,&y);
printf("before swapping numbers: %d %d\n",x,y);
/*swapping*/
x = x + y;
y = x - y;
x = x - y;
printf("After swapping: %d %d",x,y);
return 0;
}
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Devashish Vishwakarma
Let Devashish Vishwakarma know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.