Intro programming projects in C!
The earliest programming project I could find. It takes a "speed" in miles per hour and then calculates how far you could go in 2,4,6,8, or 10 hours.
Ask the user how much they spend on each day of the week, then finds the total and average spending
You give it an amount of money you would like, and it tells you how many 50,20,10,5 and 1 dollar bills that would be
Converts American USA dollar amounts to Canadian CAD
Accepts a weight in pounds for something you would like to ship, then a location to ship to, then calculates how much you would pay
Takes 3 numbers, then lists them in ascending order
Takes a year, then tells you wether or not it's a leap year
Accepts the name and GPA of a collection of students, then sorts them alphabetically or by GPA
I couldn't find the input files for this program, but by looking at the code it looks like it would have opened a list of customers, "customers.txt", and a list of transactions, "transactions.txt" then it would have added up how much each customer spent from the transactions to produce a "customersBalance.txt" file with the customers name and total balance
3 programs in 1! This program has a menu where you can choose to either count down from 100, show a multiplication table for a given number, or print a pyramid
Python-based projects...
Low-level systems work...
Data structures & algorithms...
SQL and database design projects...
Web development projects...
OS-level programming projects...
Compilers and interpreters...
Team-based software engineering projects...
Networking simulations and projects...
AI agents, machine learning projects...