15: Matrix ArrayNot Submitted

Given a set of values, output the corresponding matrix of size n*n


14: Array BackwardsNot Submitted

Given an array, output in forwards and backwards, also output the min, max, sum, and number of duplicates in the array.


13: Fibonacci ArrayNot Submitted

Given an unknown amount of inputs, output the fibonacci at the index of those inputs.


12: Class AverageNot Submitted

Given a file of names and files for students, go through them and calculate their averages and the class average. Note: iomanip isn't working quite properly yet. So formatting differs between this one and Booth's


11: GPSNot Submitted

Read GPS Data, and calculate the total distance traveled, distance from start, and average distance from start.


10: Ceasar CipherNot Submitted

Read a file, then decrypt or encrypt it using a classic Ceasar Cipher,


9: Read FileNot Submitted

Read a file and return the min, max, sum, and average of the integers in that file.


8: Guessing GameNot Submitted

Create a random number and say `too high` or `too low` until they guess the right number.


7: Letter GradeNot Submitted

Given five grades, output the average as well as the letter grade, min, max, and median.


6: Quadratic FormulaNot Submitted

Given the coefficients of a quadratic equation, out put the roots and the vertex.


5: MeanNot Submitted

Return the Arithmetic Mean, Geometric Mean, Harmonic Mean, and Standard Deviation of five integers.


4: Sum Digits in an IntegerNot Submitted

Given an integer, sum each digit and print to the screen.


3: Approximate PINot Submitted

Use the given formula to print and approximation of PI to the screen.


2: Print a TableNot Submitted

Use multiple couts to print a table to the screen.


1: Print Hello WorldNot Submitted

Use cout to print 'Hello World !!' to the screen.