Hello Everyone! Welcome to my Website. You can check my latest projects, explore my skills, and see what I've been working on below.
Hire MeJust a regular student trying to survive my coding classes! When I'm not studying or trying to make a webpage look right, I'm usually messing around with PC hardware or playing FPS games on my laptop and phone.
This is a simple calculator program written in C. Based on the visible switch statement cases ('-', '*', '/') and the terminal output (414+411 = 825.00), it takes numerical inputs and an operator to perform basic arithmetic calculations.
View Project
This is a basic grading tool that checks a student's score (currently 85) and prints a status like "Excellent," "Passing," or "Needs Improvement."
View Project
This program generates a multiplication table for a specific number. It uses a for loop to iterate from 1 to 10, multiplying the loop counter by a defined multiplier variable (which is set to 5) and printing the formatted results step-by-step.
View Project