Kakkanad, Kochi, India - 682030.
Details verified of Reshmi M.✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Malayalam Mother Tongue (Native)
Tamil Proficient
Kannada Proficient
English Proficient
Hindi Basic
Indo Asian accadamy 2015
Bachelor of Computer Applications (B.C.A.)
Kakkanad, Kochi, India - 682030
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 Class 10 Tuition
4
Board
State, ICSE, CBSE
CBSE Subjects taught
Kannada, Computer Practices, Hindi, Science, Information and Comunication Technology, Social science, English, Mathematics
ICSE Subjects taught
Hindi, Mathematics, Computer Application, English
Taught in School or College
No
State Syllabus Subjects taught
Mathematics, Social Science, English, Hindi, Science, Kannada
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, Data Communication and Computer Networks
Type of class
Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
No
BSc Branch
BSc Computer Science
1. Which school boards of Class 10 do you teach for?
State, ICSE and CBSE
2. Do you have any prior teaching experience?
No
3. Which classes do you teach?
I teach BSc Tuition and Class 10 Tuition Classes.
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 19/03/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args)
{
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
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
State, ICSE, CBSE
CBSE Subjects taught
Kannada, Computer Practices, Hindi, Science, Information and Comunication Technology, Social science, English, Mathematics
ICSE Subjects taught
Hindi, Mathematics, Computer Application, English
Taught in School or College
No
State Syllabus Subjects taught
Mathematics, Social Science, English, Hindi, Science, Kannada
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, Data Communication and Computer Networks
Type of class
Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
No
BSc Branch
BSc Computer Science
Answered on 19/03/2020 Learn Tuition
public class Fibonacci {
public static void main(String[] args)
{
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
}
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Reshmi M.
Let Reshmi M. know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.