My first Hyperskill project was a very simple chatbot.
during this project, I learned the basics of:
- invoking methods;
- creating methods;
- assigning variables;
- numeric data types;
- print formats;
- for/while/if-else loops.
By doing these projects, I'm falling in love with Java's type strictness and verbosiveness.