Datta Mandir, Nashik, India - 422101.
Details verified of Swapnil Kale✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Marathi Mother Tongue (Native)
English Proficient
Hindi Proficient
Welingkar Institute of Management and Research, Matunga 2019
Master of Business Administration (M.B.A.)
Datta Mandir, Nashik, India - 422101
ID 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 (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
4
BSc Computer Science Subjects
Programming Fundamentals, Operating Systems, Data Structures, Software Engineering, Software Testing, Microprocessors, Computer Graphics
Experience in School or College
I have been taking Private tuitions since 2016 for CBSE and ICSE students for class 8 and above for Science and Mathematics and Programming languages.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
Yes
BSc Branch
BSc Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
4
Board
ICSE, CBSE, State
State boards taught
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
CBSE Subjects taught
Social science, Computer Practices, Mathematics, Science
ICSE Subjects taught
Chemistry, Mathematics, Biology, Physics, Computer Application
Experience in School or College
teaching since 2016
Taught in School or College
Yes
State Syllabus Subjects taught
Mathematics, Social Science, Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
4
Board
CBSE, State, ISC/ICSE
State boards taught
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
ISC/ICSE Subjects taught
Physics, Chemistry, Mathematics, Biology
CBSE Subjects taught
Mathematics, Physics, Computer Science, Chemistry
Experience in School or College
teaching since 2016
Taught in School or College
Yes
State Syllabus Subjects taught
Computer Science, Physics, Mathematics, Chemistry
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
4
Board
CBSE, State, ISC/ICSE
ISC/ICSE Subjects taught
Computer Science, Physics, Chemistry, Mathematics
CBSE Subjects taught
Informatics practices, Mathematics, Computer Science, Physics, Chemistry
Experience in School or College
teaching since 2016
State board looking for
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
Taught in School or College
Yes
State Syllabus Subjects taught
Computer Science, Physics, Mathematics, Chemistry
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
4
Board
ICSE, CBSE, State
State boards taught
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
CBSE Subjects taught
Social science, Computer Practices, Mathematics, Science
ICSE Subjects taught
Chemistry, Mathematics, Biology, Physics, Computer Application
Experience in School or College
teaching since 2016.
Taught in School or College
Yes
State Syllabus Subjects taught
Mathematics, Social Science, Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
5
Proficiency level taught
Basic C++, Advanced C++
1. Do you have any prior teaching experience?
Yes
2. Which classes do you teach?
I teach BSc Tuition, C Language, C++ Language, Class 10 Tuition, Class 11 Tuition, Class 12 Tuition and Class 9 Tuition Classes.
3. Do you provide a demo class?
Yes, I provide a free demo class.
4. How many years of experience do you have?
I have been teaching for 4 years.
Answered on 16/04/2021 Learn Tuition
Program in C by using '+' and '-' operators:
#include<stdio.h>
int main()
{
int firstNum=10, secondNum=20;
printf("Before Swapping: First Number = %d Second Number = %d",firstNum,secondNum);
firstNum = firstNum + secondNum; //firstNum = 30 (10+20)
secondNum = firstNum - secondNum; //secondNum = 10 (30-20)
firstNum = firstNum - secondNum; //firstNum = 20 (30-10)
printf("\nAfter Swapping: First Number = %d Second Number = %d",firstNum,secondNum);
return 0;
}
-------------------------------------------------
Program in C++ by using '*' and '/' operators:
#include <iostream>
using namespace std;
int main()
{
int firstNum=5, secondNum=10;
cout<<"Before Swapping: First Number = "<<firstNum<<" Second Number = "<<secondNum<<endl;
firstNum = firstNum * secondNum; //firstNum=50 (5*10)
secondNum = firstNum / secondNum; //secondNum=5 (50/10)
firstNum = firstNum / secondNum; //firstNum=10 (50/5)
cout<<"After Swapping: First Number = "<<firstNum<<" Second Number = "<<secondNum<<endl;
return 0;
}
--------------------------------------------------
Program in java by using '+' and '-' operators:
class SwappingDemo {
public static void main(String args[]) {
System.out.println("Before swapping:");
int firstNum = 10;
int secondNum = 20;
System.out.println("value of First Number :" + firstNum);
System.out.println("value of Second Number :" + secondNum);
System.out.println("After swapping:");
firstNum = firstNum + secondNum; //firstNum = 30 (10+20)
secondNum = firstNum - secondNum;
firstNum = firstNum - secondNum;
System.out.println("value of First Number :" + firstNum);
System.out.println("value of Second Number :" + secondNum);
}
}
I like to use the names of the variables as self-descriptive.
So no matter who is reading the code they will understand easily.
Answered on 16/04/2021 Learn Tuition
Hi Sir,
Firstly and most importantly, don't let him get used to mobile phones or laptops. These must be very helpful in keeping him engaged and make him sit in one place but don't do it.
And what do you mean by sitting in one place? Active kids are always good. But to make him sit at one place, and by that, I mean by making him complete things or games he plays with, you have to sit with him and do the things yourself first. We all know small kids imitate us knowingly or unknowingly. So when he looks at you doing something, he will try and imitate you. Make it fun for him.
I hope this helps. :)
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
4
BSc Computer Science Subjects
Programming Fundamentals, Operating Systems, Data Structures, Software Engineering, Software Testing, Microprocessors, Computer Graphics
Experience in School or College
I have been taking Private tuitions since 2016 for CBSE and ICSE students for class 8 and above for Science and Mathematics and Programming languages.
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
Yes
BSc Branch
BSc Computer Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 10 Tuition
4
Board
ICSE, CBSE, State
State boards taught
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
CBSE Subjects taught
Social science, Computer Practices, Mathematics, Science
ICSE Subjects taught
Chemistry, Mathematics, Biology, Physics, Computer Application
Experience in School or College
teaching since 2016
Taught in School or College
Yes
State Syllabus Subjects taught
Mathematics, Social Science, Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 11 Tuition
4
Board
CBSE, State, ISC/ICSE
State boards taught
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
ISC/ICSE Subjects taught
Physics, Chemistry, Mathematics, Biology
CBSE Subjects taught
Mathematics, Physics, Computer Science, Chemistry
Experience in School or College
teaching since 2016
Taught in School or College
Yes
State Syllabus Subjects taught
Computer Science, Physics, Mathematics, Chemistry
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 12 Tuition
4
Board
CBSE, State, ISC/ICSE
ISC/ICSE Subjects taught
Computer Science, Physics, Chemistry, Mathematics
CBSE Subjects taught
Informatics practices, Mathematics, Computer Science, Physics, Chemistry
Experience in School or College
teaching since 2016
State board looking for
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
Taught in School or College
Yes
State Syllabus Subjects taught
Computer Science, Physics, Mathematics, Chemistry
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class 9 Tuition
4
Board
ICSE, CBSE, State
State boards taught
Karnataka State Board, Delhi State Board, Gujarat State Board, Maharashtra State Board
CBSE Subjects taught
Social science, Computer Practices, Mathematics, Science
ICSE Subjects taught
Chemistry, Mathematics, Biology, Physics, Computer Application
Experience in School or College
teaching since 2016.
Taught in School or College
Yes
State Syllabus Subjects taught
Mathematics, Social Science, Science
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
5
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
5
Proficiency level taught
Basic C++, Advanced C++
Answered on 16/04/2021 Learn Tuition
Program in C by using '+' and '-' operators:
#include<stdio.h>
int main()
{
int firstNum=10, secondNum=20;
printf("Before Swapping: First Number = %d Second Number = %d",firstNum,secondNum);
firstNum = firstNum + secondNum; //firstNum = 30 (10+20)
secondNum = firstNum - secondNum; //secondNum = 10 (30-20)
firstNum = firstNum - secondNum; //firstNum = 20 (30-10)
printf("\nAfter Swapping: First Number = %d Second Number = %d",firstNum,secondNum);
return 0;
}
-------------------------------------------------
Program in C++ by using '*' and '/' operators:
#include <iostream>
using namespace std;
int main()
{
int firstNum=5, secondNum=10;
cout<<"Before Swapping: First Number = "<<firstNum<<" Second Number = "<<secondNum<<endl;
firstNum = firstNum * secondNum; //firstNum=50 (5*10)
secondNum = firstNum / secondNum; //secondNum=5 (50/10)
firstNum = firstNum / secondNum; //firstNum=10 (50/5)
cout<<"After Swapping: First Number = "<<firstNum<<" Second Number = "<<secondNum<<endl;
return 0;
}
--------------------------------------------------
Program in java by using '+' and '-' operators:
class SwappingDemo {
public static void main(String args[]) {
System.out.println("Before swapping:");
int firstNum = 10;
int secondNum = 20;
System.out.println("value of First Number :" + firstNum);
System.out.println("value of Second Number :" + secondNum);
System.out.println("After swapping:");
firstNum = firstNum + secondNum; //firstNum = 30 (10+20)
secondNum = firstNum - secondNum;
firstNum = firstNum - secondNum;
System.out.println("value of First Number :" + firstNum);
System.out.println("value of Second Number :" + secondNum);
}
}
I like to use the names of the variables as self-descriptive.
So no matter who is reading the code they will understand easily.
Answered on 16/04/2021 Learn Tuition
Hi Sir,
Firstly and most importantly, don't let him get used to mobile phones or laptops. These must be very helpful in keeping him engaged and make him sit in one place but don't do it.
And what do you mean by sitting in one place? Active kids are always good. But to make him sit at one place, and by that, I mean by making him complete things or games he plays with, you have to sit with him and do the things yourself first. We all know small kids imitate us knowingly or unknowingly. So when he looks at you doing something, he will try and imitate you. Make it fun for him.
I hope this helps. :)
Share this Profile
Also have a look at
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.