Description
In this course, you will learn:-
- The fundamentals of programming.
- What it's like to think like a programmer.
- Making simple Java apps.
- You'll also discover that learning Java may be enjoyable.
Syllabus:-
- A quick introduction to Java
- Installing NetBeans
- Creating our first project - Hello World!
- Variables and types
- Value replacing exercise
- Glass exercise
- Input, output and calculations - Temperature exercise
- Boiling exercise
- Boiling and freezing exercise
- Logic operators
- Conditions (if)
- Review exercise - Fighting exercise
- Theory of loops
- do-while loop - Check the value of a die exercise
- Let's fight until death exercise
- while loop - Count dice rolls exercise
- Interchangeability - while and do-while loop
- switch statement
- Run away exercise
- Monster name generator exercise
- for loop - Fight with three monsters exercise
- break and continue - Multiplication table exercise