/*C Program must enter 10 numbers and print the 2 greatest ones using only while and if.
i.e.

1 2 3 4 5 6 7 8 9 10

greatest numbers are: 10 and 9.

This is what I've done so far:

*/