Description
In this course, you will :
- Learn basic programming concepts such as variables, operators, control statements (such as ifelse and switch), and so on.
- Learn the fundamentals of Java, which are required for Android development.
- Create beginner-level Java programmes.
Syllabus :
1. How does Java Works?
- Installing Java
- Installing Sublime Text and Netbeans IDE
- Code Structure In Java
- Anatomy Of The Java Class
- Writing The First Java Program
- The Way Java Works
- Benefits Of Java
2. Variables And Operators In Java
- What are Variables?
- The Atomic Elements Of Java
- Variable Declaration and Its Scope
- Type Conversion And Casting
- Data Types And Type Conversion
- Arithmetic Operators
- Bitwise Operators
- Bitwise Operators
- 6 questions
- Relational Operators
- Boolean Logic Operators
3. Condition Statements And User Input
- "if-else" Statements & Taking Input From The User
- Coding: Even/Odd Program
4. Programming Rock, Paper & Scissors Game.
- Taking the User's Choice(Rock/Paper/Scissor)
- Getting the Computer to Generate Its Own Choice(Rock/Paper/Scissor)
- Developing the Game's Logic