This program contains four basic console utilities built with Java.
- Welcome message.
- Display the current date.
- Calculate the user's age.
- Convert Celsius to Fahrenheit.
- Java 23
- IntelliJ IDEA Community
- Clone the repository.
- Open the project in IntelliJ IDEA.
- Run
JavaConsolePlayground.java. - Select an option from the menu.
- Creating methods.
- Using Scanner.
- Building console menus.
- Working with loops.
- Using LocalDate.
- Exception handling.