mertycom / EfficientHouseJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Efficient House

Code implementation and exercises from Absolute Java book.

# Date Topic Exercises Context
1 23.09.2022 Primitive Types Lesson 1 Primitive Types: byte, short, int, long, float, double
2 24.09.2022 Operators, Expression and Assigment Lesson 2 Variable expression and variable assignment, arithmetic operators, post/pre increments
3 25.09.2022 String Class Lesson 3 String class and defined methods
(lenght, equals, toUpperCase, toLowerCase, indexOf, charAt, trim)
4 01.10.2022 Print Methods Lesson 4 print, printf and println functions and their usage
5 08.10.2022 Scanner Class Lesson 5 Scanner class, its usage and reading different input data
6 16.10.2022 Conditional Statements Lesson 6 If/Else statements, && (AND) and || (OR) logical operators, boolean expressions, ternary operator and their usage
7 18.10.2022 Method Introduction Lesson 7 Method introduction, using methods with arguments and return types of methods
8 23.10.2022 while/ do-while Lesson 8 while/ do-while introduction and examples
9 29.10.2022 for Lesson 9 for introduction and examples
10 30.10.2022 break Lesson 10 break and labeled break

About


Languages

Language:Java 100.0%