/> Details verified of Mekhla Dadhich✕
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
Rajasthan Technical University, Kota 2014
Bachelor of Technology (B.Tech.)
Rajasthan Technical University, Kota 2019
Master of Engineering - Master of Technology (M.E./M.Tech.)
Hadapsar, Pune, India - 412307
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 Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Engineering Diploma Tuition
3
Engineering Diploma Branch
Electrical Engineering Diploma, Electronics, Computer Engineering Diploma
Computer Engineering Diploma Subject
Microprocessor and Programming, Digital Techniques
Experience in School or College
Worked as Assistant Professor for 3 years.
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Electrical Engineering Diploma Subject
Electronic Devices And Logic Circuit, Instrumentation & Transducers, Basic Electronics, Control System Components
Teaching Experience in detail in Engineering Diploma Tuition
Engineering Diplom
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
4
BSc Electronics Subjects
Digital Electronics, Signals and Systems, Digital Communication, Analog Electronics
Experience in School or College
Worked as Assistant Professor in the Engineering College
Type of class
Regular Classes
Class strength catered to
Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Manual Testing Training
1
Teaching Experience in detail in Manual Testing Training
I covered all the basic needed topic of manual testing and also provide interview questions and also provide the java basic knowledge. For automation, it is required.
Answered on 30/03/2020 Learn Tuition
Ask a Question
// program by using scanner class
class Fiboonacci{
public static void main(String[] args) {
System.out.println("Program Started");
Scanner sc1 = new Scanner(System.in); // to take input by user
System.out.println("Enter the last limit: ");
int limit = sc1.nextInt();
int a = 0;
int b = 1;
int c = 0;
for (int i = 1; i <= limit; i++){
System.out.println(a + ",");
c= a+b;
a=b;
b=c;
}
System.out.println("\n Program Ended");
}
}
Answered on 30/03/2020 Learn Unit III: Calculus/Applications of Derivatives
Ask a Question
Ask a Question
Also have a look at
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Engineering Diploma Tuition
3
Engineering Diploma Branch
Electrical Engineering Diploma, Electronics, Computer Engineering Diploma
Computer Engineering Diploma Subject
Microprocessor and Programming, Digital Techniques
Experience in School or College
Worked as Assistant Professor for 3 years.
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Electrical Engineering Diploma Subject
Electronic Devices And Logic Circuit, Instrumentation & Transducers, Basic Electronics, Control System Components
Teaching Experience in detail in Engineering Diploma Tuition
Engineering Diplom
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
4
BSc Electronics Subjects
Digital Electronics, Signals and Systems, Digital Communication, Analog Electronics
Experience in School or College
Worked as Assistant Professor in the Engineering College
Type of class
Regular Classes
Class strength catered to
Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Manual Testing Training
1
Teaching Experience in detail in Manual Testing Training
I covered all the basic needed topic of manual testing and also provide interview questions and also provide the java basic knowledge. For automation, it is required.
Answered on 30/03/2020 Learn Tuition
Ask a Question
// program by using scanner class
class Fiboonacci{
public static void main(String[] args) {
System.out.println("Program Started");
Scanner sc1 = new Scanner(System.in); // to take input by user
System.out.println("Enter the last limit: ");
int limit = sc1.nextInt();
int a = 0;
int b = 1;
int c = 0;
for (int i = 1; i <= limit; i++){
System.out.println(a + ",");
c= a+b;
a=b;
b=c;
}
System.out.println("\n Program Ended");
}
}
Answered on 30/03/2020 Learn Unit III: Calculus/Applications of Derivatives
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.