by Ryan Zurrin
simple console apps
Attention: This code is known to professors and any attempts to copy as your own will result in plagiarism
Averages the test scores for a group of five scores dropping the lowest of the scores.
This program needs a file with populations saved each on a separate line for each sample period. I have included a sample file named pop.txt for you to DL or view.
Has the user enter two primary colors and displays the new mixed color
Calculates the distance a user has traveled relative to the speed and time they input
Allows the user to enter a series of numbers and returns the minimum and maximum of that series. *(-99 = escape sequence)
Converts Hex to Integer or Integer to Hex, menu based
Hex / Integer Converter Source
Asks the user to enter a date and if the month multiplied by the day is equal to the year then the date is a magical date
Calculates the cost of different cellular data plans for the customer
tells the user if the number they entered is prime or not
Fills an array size 50 with random numbers and displays the number frequency of the weighted digits between 1 and 20.
WARNING: Top line is the original unsorted array and each line after is it showing the steps it has taken to sort the array.
This program asks the user for the weight of a package to be delivered and how far it needs to be shipped as well and then calculates the total shipping cost.
Reads test scores from a file and displays the number of student scores that falls between certain ranges. I have included a sample file named scores.dat for you to DL or view.
Thirteen Marbles Game