nishupal1/javaprogram ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Java practice project for learning the language in IntelliJ IDEA.

I want it to be a clean place where I can try out the basics like variables, data types, input and output, operators, if else statements, loops, strings, methods, arrays, and object oriented programming. Add a bunch of small console examples and practice questions that feel beginner friendly, with clear comments so I can understand what each part is doing.

Please keep it simple and easy to extend as I learn more. I’d also like the code to be organized in a way that makes it easy to add new exercises later, since this is meant to be my ongoing Java learning journey. If you need to look up anything current, feel free to check the docs online first.