Displaying ./code/sternflCode/Problems1. program addints.c Find the sum of all the numbers in the file ints 2. program countints.c Count how many numbers are in the file ints. 3. program countEven.c How many even numbers are in the file ints 4. program sumSmall.c Find the sum of all the numbers in ints that are less than 50. 5. program average.c Find the average of the numbers in the file ints. |