Finally your program should report the percentage of the


Write a program that reads in the first 400 integers from a file without storing them in an array, and prints out only those integers that are evenly divisible by both 3 and 7. The numbers should appear in your output in the same order as they appeared in the file and should be printed 8 per line. Once the numbers are printed, you should also print a sentence on a new line announcing the sum of all 400 numbers, and a separate sentence on a new line announcing the sum of only the numbers printed. Finally, your program should report the percentage of the 400 numbers that were printed. Run your program three times on april.txt, may.txt, and june.txt in that order.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Finally your program should report the percentage of the
Reference No:- TGS01397974

Expected delivery within 24 Hours