Details verified of Badharudheen P✕
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 Malayalam Mother Tongue (Native)
English Proficient
Calicut University 2005
Bachelor of Technology (B.Tech.)
National Institute of Technology, Calicut 2013
Master of Engineering - Master of Technology (M.E./M.Tech.)
Codacal, Tirur, India - 676108
ID Verified
Education 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 class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
12
Experience in School or College
At present, I am working as Assistant Professor at MES College of Engineering under Kerala Technological University. I have 12 years of teaching experience.
BCA Subject
Problem Solving and Programming , Web Programming, IT, C Language Programming, Programming in C++ , Object Oriented Technologies, Java Programming, Unix Shell programming, Computer Basics and PC Software , Internet Concepts and Web Design
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Answered on 07/04/2020 Learn Unit III: Calculus/Applications of Derivatives
Ask a Question
Answered on 07/04/2020
Ask a Question
Answered on 07/04/2020
Ask a Question
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;
}
}
} Answered on 07/04/2020
Ask a Question
The property or quality that distinguishes living organisms from dead organisms and inanimate matter manifested in functions such as metabolism, growth, reproduction, and response to stimuli or adaptation to the environment originating from within the organism.
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
12
Experience in School or College
At present, I am working as Assistant Professor at MES College of Engineering under Kerala Technological University. I have 12 years of teaching experience.
BCA Subject
Problem Solving and Programming , Web Programming, IT, C Language Programming, Programming in C++ , Object Oriented Technologies, Java Programming, Unix Shell programming, Computer Basics and PC Software , Internet Concepts and Web Design
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Answered on 07/04/2020 Learn Unit III: Calculus/Applications of Derivatives
Ask a Question
Answered on 07/04/2020
Ask a Question
Answered on 07/04/2020
Ask a Question
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;
}
}
} Answered on 07/04/2020
Ask a Question
The property or quality that distinguishes living organisms from dead organisms and inanimate matter manifested in functions such as metabolism, growth, reproduction, and response to stimuli or adaptation to the environment originating from within the organism.
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.