top of page
HomePage

— Data & Business Analytics

Object-Oriented Programming Projects (Java)

FoodOrdering.mp4

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.
 

Recording 2023-09-21 043200.mp4

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.
 

numberconverter.mp4

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.mp4

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.

bottom of page