loading="eager" fetchpriority="high" decoding="sync" /> Daspalla Hills, Visakhapatnam, India - 530002.
5 yrs of Exp
Details verified of Sandya✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Telugu Mother Tongue (Native)
English Proficient
Hindi Basic
Aditya institute of technology andmanagement 2014
Bachelor of Technology (B.Tech.)
Daspalla Hills, Visakhapatnam, India - 530002
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 BTech Tuition
5
BTech Computer Science subjects
Object Oriented Programming & Systems, Computer Architecture, Compiler Design, Unix Network Programming, Software Testing and Analysis, Data Structures and Algorithms, Microprocessors, Object Technology, Cloud Computing, Types of Database Systems, Mobile Application Development, Design and Analysis of Algorithms, Software Engineering and Architecture, Java Programming, Information Security, Computer Networks, Linux Programming, Database Management Systems
BTech Branch
BTech Computer Science Engineering
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
5
BSc Computer Science Subjects
Software Engineering, Computer Systems Architecture, Operating Systems, Data Communication and Computer Networks, Information Security
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Computer organization & architechture, Advance and data structure, Foundation of information Technology
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
No
BSc Branch
BSc IT, BSc Computer Science
Upcoming Live Classes
1. Which BTech branches do you tutor for?
BTech Computer Science Engineering
2. Do you have any prior teaching experience?
No
3. Which classes do you teach?
I teach BSc Tuition and BTech 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 5 years.
Answered on 03/04/2020
class FibonacciExample1{
public static void main(String args[])
{
int n1=0,n2=1,n3,i,count=10;
System.out.print(n1+" "+n2);//printing 0 and 1
for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed
{
n3=n1+n2;
System.out.print(" "+n3);
n1=n2;
n2=n3;
}
}}
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
5
BTech Computer Science subjects
Object Oriented Programming & Systems, Computer Architecture, Compiler Design, Unix Network Programming, Software Testing and Analysis, Data Structures and Algorithms, Microprocessors, Object Technology, Cloud Computing, Types of Database Systems, Mobile Application Development, Design and Analysis of Algorithms, Software Engineering and Architecture, Java Programming, Information Security, Computer Networks, Linux Programming, Database Management Systems
BTech Branch
BTech Computer Science Engineering
Type of class
Regular Classes, Crash Course
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
No
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
5
BSc Computer Science Subjects
Software Engineering, Computer Systems Architecture, Operating Systems, Data Communication and Computer Networks, Information Security
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Computer organization & architechture, Advance and data structure, Foundation of information Technology
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
No
BSc Branch
BSc IT, BSc Computer Science
Answered on 03/04/2020
class FibonacciExample1{
public static void main(String args[])
{
int n1=0,n2=1,n3,i,count=10;
System.out.print(n1+" "+n2);//printing 0 and 1
for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed
{
n3=n1+n2;
System.out.print(" "+n3);
n1=n2;
n2=n3;
}
}}
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.