a. Write a program that prompts the user for a file name, then reads that file (assuming that its contents consist entirely of integers) and prints the maximum, minimum, sum, count (number of integers in the file), and average of the numbers. For example, if the file num_input.dat has the following contents: 4 -2 18 15 31 27 Your program would produce the following output: What is the name of the input file? numberinput.dat Maximum = 31 Minimum = -2 Sum = 93 Count = 6 Average = 15.5 b. Modify your answer in a. and save as a new program. This time, the program will work even on an input file that contains non-integer tokens. Your code should skip over any tokens that are not valid integers. For example, if the file num_input2.dat has the following contents: 2 calvin klein -2 18 2.54 17 32 ThisIsNotANumber false 'D' 37 Your program would produce the same output as in the question a.
a. Write a program that prompts the user for a file name, then reads that file (assuming that its contents consist entirely of integers) and prints the maximum, minimum, sum, count (number of integers in the file), and average of the numbers. For example, if the file num_input.dat has the following contents: 4 -2 18 15 31 27 Your program would produce the following output: What is the name of the input file? numberinput.dat Maximum = 31 Minimum = -2 Sum = 93 Count = 6 Average = 15.5 b. Modify your answer in a. and save as a new program. This time, the program will work even on an input file that contains non-integer tokens. Your code should skip over any tokens that are not valid integers. For example, if the file num_input2.dat has the following contents: 2 calvin klein -2 18 2.54 17 32 ThisIsNotANumber false 'D' 37 Your program would produce the same output as in the question a.
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Write a Java
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 2 images
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY