A collection of simple yet powerful Java console-based applications.
A Java program that calculates the final grade of a student based on marks obtained in different subjects.
- Inputs: Marks in multiple subjects.
- Outputs: Average percentage and grade (A, B, C, etc.).
- Features: Simple logic, easy to extend, beginner-friendly.
A fun console-based game where the user has to guess a randomly generated number.
- Random number generated by the program.
- User gets multiple attempts to guess.
- Program gives hints: “Too High” or “Too Low”.
- Shows attempts taken once guessed correctly.
A mini project to manage student data such as name, roll number, and grades.
- OOP concepts: Classes, Objects, and Encapsulation.
- Functions: Add, view, and manage student records.
- Reusable and extendable codebase.
- Java (Core)
- Object-Oriented Programming (OOP)
- Java Utility Classes (Scanner, Arrays, etc.)
- Clone this repository or download the project files.
- Open files in any Java IDE (IntelliJ, Eclipse, VS Code) or terminal.
- Compile using
javac FileName.java. - Run using
java FileName.
- Understanding of Core Java concepts.
- Hands-on with conditionals, loops, and functions.
- Applied Object-Oriented Programming in real scenarios.
Made with ❤️ using Java