UrbanPro
true
Ayan Mitra Class 12 Tuition trainer in Howrah/>

Ayan Mitra

Chaturbhujkati, Howrah, India - 711313.

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Ayan Mitra

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I am an IT professional of having 5 + years of work experience as well as I have teaching experience of more than 10 years. Being a computer science student I love my subject and also very keen to share my knowledge.

Languages Spoken

English Proficient

Education

Future Institute of Engineering and Management 2015

Master of Computer Applications (M.C.A.)

Address

Chaturbhujkati, Howrah, India - 711313

Verified Info

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.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

12

Board

State, ISC/ICSE, CBSE

ISC/ICSE Subjects taught

Bengali , Computer Science

CBSE Subjects taught

Computer Science, Bengali

Experience in School or College

6 months

Taught in School or College

Yes

State Syllabus Subjects taught

Computer Science, Bengali

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

12

Experience in School or College

I have taught in school for more than 6 months.

BCA Subject

Java Programming, C Language Programming, Software Engineering , Computer Basics and PC Software

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

MCA Coaching classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MCA Coaching classes

12

Reviews

No Reviews yet!

FAQs

1. Which school boards of Class 12 do you teach for?

State, ISC/ICSE and CBSE

2. Have you ever taught in any School or College?

Yes

3. Which classes do you teach?

I teach BCA Tuition, Class 12 Tuition and MCA Coaching 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 12 years.

Answers by Ayan Mitra (2)

Answered on 29/03/2021 Learn Tuition

import java.io.*; class GFG { public static void main(String args) { int x = 10; int y = 5; // Code to swap 'x' and 'y' x = x * y; // x now becomes 50 y = x / y; // y becomes 10 x = x / y; // x becomes 5 System.out.println("After swaping:" + " x = " + x + ", y = " + y); } } ...more

import java.io.*;

class GFG

{

public static void main(String[] args)

{

int x = 10; int y = 5; // Code to swap 'x' and 'y' x = x * y; // x now becomes

50 y = x / y; // y becomes 10 x = x / y; // x becomes 5

System.out.println("After swaping:" + " x = " + x + ", y = " + y);

}

}

 

Answers 281 Comments
Dislike Bookmark

Answered on 29/03/2021 Learn Tuition

import java.io.*; class Test { public static void main(String args) { int x = 10; int y = 5; // Code to swap 'x' and 'y' x = x * y; // x now becomes 50 y = x / y; // y becomes 10 x = x / y; // x becomes 5 System.out.println("After... ...more
import java.io.*;
 
class Test {
    public static void main(String[] args)
    {
        int x = 10;
        int y = 5;
 
        // Code to swap 'x' and 'y'
        x = x * y; // x now becomes 50
        y = x / y; // y becomes 10
        x = x / y; // x becomes 5
 
        System.out.println("After swaping:"
                           + " x = " + x + ", y = " + y);
    }
}
Answers 281 Comments
Dislike Bookmark

Teaches

Class 12 Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

12

Board

State, ISC/ICSE, CBSE

ISC/ICSE Subjects taught

Bengali , Computer Science

CBSE Subjects taught

Computer Science, Bengali

Experience in School or College

6 months

Taught in School or College

Yes

State Syllabus Subjects taught

Computer Science, Bengali

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

12

Experience in School or College

I have taught in school for more than 6 months.

BCA Subject

Java Programming, C Language Programming, Software Engineering , Computer Basics and PC Software

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

MCA Coaching classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MCA Coaching classes

12

No Reviews yet!

Answers by Ayan Mitra (2)

Answered on 29/03/2021 Learn Tuition

import java.io.*; class GFG { public static void main(String args) { int x = 10; int y = 5; // Code to swap 'x' and 'y' x = x * y; // x now becomes 50 y = x / y; // y becomes 10 x = x / y; // x becomes 5 System.out.println("After swaping:" + " x = " + x + ", y = " + y); } } ...more

import java.io.*;

class GFG

{

public static void main(String[] args)

{

int x = 10; int y = 5; // Code to swap 'x' and 'y' x = x * y; // x now becomes

50 y = x / y; // y becomes 10 x = x / y; // x becomes 5

System.out.println("After swaping:" + " x = " + x + ", y = " + y);

}

}

 

Answers 281 Comments
Dislike Bookmark

Answered on 29/03/2021 Learn Tuition

import java.io.*; class Test { public static void main(String args) { int x = 10; int y = 5; // Code to swap 'x' and 'y' x = x * y; // x now becomes 50 y = x / y; // y becomes 10 x = x / y; // x becomes 5 System.out.println("After... ...more
import java.io.*;
 
class Test {
    public static void main(String[] args)
    {
        int x = 10;
        int y = 5;
 
        // Code to swap 'x' and 'y'
        x = x * y; // x now becomes 50
        y = x / y; // y becomes 10
        x = x / y; // x becomes 5
 
        System.out.println("After swaping:"
                           + " x = " + x + ", y = " + y);
    }
}
Answers 281 Comments
Dislike Bookmark

Ayan Mitra conducts classes in BCA Tuition, Class 12 Tuition and MCA Coaching. Ayan is located in Chaturbhujkati, Howrah. Ayan takes Online Classes- via online medium. He has 12 years of teaching experience . Ayan has completed Master of Computer Applications (M.C.A.) from Future Institute of Engineering and Management in 2015. HeĀ is well versed in English.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more