Object-Oriented Programming Projects (Java)
CraveKit Pizza Food Ordering System (Java)
A console-based food ordering system that allows users to select menu items, input quantities, and calculate the total bill automatically. The project applies object-oriented programming concepts such as classes, methods, and user input handling to simulate a simple restaurant ordering process.
Jack en Poy (2-Player Manual Game)
A simple two-player rock-paper-scissors game where both players manually input their choices. The program determines the winner based on game rules using conditional statements and OOP structure, focusing on logic and interaction between users.
Number to Word Converter (Java)
A program that converts numeric values into their corresponding word format (e.g., 250 → “two hundred fifty”). It demonstrates logical mapping, string processing, and object-oriented design to handle input and output conversion.
Triangle Calculator (Area, Sides, and Perimeter)
A mathematical application that computes the area and perimeter of a triangle using standard formulas based on user input. It showcases the use of methods, computations, and OOP principles to solve geometry problems efficiently.