This program represents a simple interactive assistant with the following features:
- Make a note and save it to a file (notes.txt).
- Display the current date.
- Display the current time.
- Play a number guessing game.
- Exit the assistant.
The user is presented with a menu to choose from these options and has to type in a number associated with desired action. When making a note, the user is prompted to enter a note, and the note is appended to the "notes.txt" file.
- Clone or download the project
- Execute the Assistant file in any IDE for Java e.g.IntelliJ IDEA
- Enjoy the interraction
Java Standard Library
Author: Tetyana Drobot
Version: 1.0
Since: 2023-11-15
Reach out for comments and improvements.