Pinned Repositories
bank_account
This program will prompt the user to enter their starting balance, read two text files, then calculate and print the balance of the account.
biobots
CC3DVSCode
days_in_a_month
This program will prompt the user to enter a month and a year, then print the number of days in that month.
euclidean_distance_calculator
This program with implement the Euclidean Distance formula to find the distance between two points on a graph.
FerryQueues
A program that simulates the parking queues of the Cape May-Lewes Ferry.
HurricaneList
A program that creates a doubly linked list of nodes where each node contains an object with information about a hurricane/tropical storm for a certain year.
HurricaneListSortAndSearch
A program that creates a doubly linked list of nodes where each node contains an object with information about a hurricane/tropical storm for a certain year.
madlibs
This program will prompt the user to enter 11 words or phrases that will be used to display a story.
race_winners
This program will prompt the user to enter the names and finish times between three competitors in a race, then, based on the finish times, determine and print the gold, silver, and bronze medals.
khayes25's Repositories
khayes25/bank_account
This program will prompt the user to enter their starting balance, read two text files, then calculate and print the balance of the account.
khayes25/biobots
khayes25/CC3DVSCode
khayes25/days_in_a_month
This program will prompt the user to enter a month and a year, then print the number of days in that month.
khayes25/euclidean_distance_calculator
This program with implement the Euclidean Distance formula to find the distance between two points on a graph.
khayes25/FerryQueues
A program that simulates the parking queues of the Cape May-Lewes Ferry.
khayes25/HurricaneList
A program that creates a doubly linked list of nodes where each node contains an object with information about a hurricane/tropical storm for a certain year.
khayes25/HurricaneListSortAndSearch
A program that creates a doubly linked list of nodes where each node contains an object with information about a hurricane/tropical storm for a certain year.
khayes25/madlibs
This program will prompt the user to enter 11 words or phrases that will be used to display a story.
khayes25/race_winners
This program will prompt the user to enter the names and finish times between three competitors in a race, then, based on the finish times, determine and print the gold, silver, and bronze medals.
khayes25/rainfall_amounts
This program will prompt the user to enter rainfall amounts for twelve months of one year, then the values will be stored into a list.
khayes25/recursive_card_sorter
A program that creates an array of Card objects, shuffles them, then recursively sorts them by value and then recursively sorts them by value and suit.
khayes25/simple_calculator
khayes25/storage_simulator