Question: Can this be done in C programming please. 11.15 Lab Week 13 - File I/O Create and display a histogram using the values in a
Can this be done in C programming please.

11.15 Lab Week 13 - File I/O Create and display a histogram using the values in a file 1) Prompt the user for a filename, if the file does not exist your code should output "could not open file" and then exit 2) Open that file and read the integers from the file (each integer will be between 0 and 9, inclusive), if a value that is not between 0 and 9 is encountered your code should output "incorrect value" and then exit 3) we want to count how many times each of the values between 0 and 9 appears in the file 4) then display the total number of values read from the file, and how many times each particular value was in the file 7 points for the testbench 1 point for comments 1 point for making sure pointers initialized to NULL when declared 1 point for variable names | LAB ACTIVITY 11.15.1: Lab Week 13 - File vo LAB 017 main.c Load default template... b w N - 1 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
