Contains all cpp files for assignments I had in cs-131 at BTC which may be useful for anyone who needs examples. Note Likely very sloppily written. I did however get full points for all. Index Of Files in order of completion (some were extra curricular):
-
Grade Translator (convertes score to letter grade)
-
Change Calculator (calculates total amount of change)
-
Number Guesser (basic guessing game between 1 and 10)
-
Calculating Pi (calculates pi with itterations)
-
KoinStar (More difficult version of Change Calculator)
-
Ice Cream Vending Machine (calculates cost of items and verifies money input)
-
Integer 2 Binary (converts an integer to its binary value)
-
File Creator (set number of bottles of beer on the wall output to file)
-
Mousetrap Car Calculator (Does the math for theoretical mousetram car. (I had a 70% ineffencicy factor on my car)
-
File IO assignment (Produced Min Max Average and list of scores) Requires Input file "Input.dat"
-
Test (final exam alternative, uses structure of array for score calculations with multable students) Note: Requires input file "Scores.dat"