A simple beginner-friendly Java program that prints a random motivational quote each time you run it.
- Array of quotes
- Randomized selection
- Easy to run in any terminal
- Clone the repository:
git clone https://github.com/your-username/quote-generator cd quote-generator Compile the Java file:
2.Compile the Java file: javac QuoteGenerator.java
3.Run the program: java QuoteGenerator
SAMPLE OUTPUT:
Code like a girl. Break systems. Build better ones.