Exercises and examples made for the Java and Object Oriented Programming course by Nélio Alves.
In some exercises and examples, some messages are in portuguese and others in English because in this repository we follow Nélio Alves commands throughout the course.
All exercises was made by me. In some of them, I made exactly what Nélio Alves taught and in others I prefer to test some features that exists in JavaScript and want to see if in Java I can do the same. For instance, Nélio taught about If/else condition and I preferred to try ternary operator instead if/else. My intention here is to know all the possibilities that Java gives us.
To run this repository, you just need to clone it (git clone https://github.com/angelicamarttins/java-oop-course.git), access Program files and run this class.
Feel free to make suggestions and anything you think is worth pointing out 😊