Question: These are the values Obiective: Write a C++ program that will manipulate data files. Lab: Write a C++ program that will search a file of
These are the values Obiective: Write a C++ program that will manipulate data files. Lab: Write a C++ program that will search a file of numbers and write the largest and smallest numbers to the screen. The file contains nothing but numbers of type integer separated by blanks or line breaks. The file is called "values.txt" and is located on Canvas. This file is a counter-control type Hints: You will need to copy and paste the data from the file to your own Notepad file. Save the file onto your drive with your other cpp files but with the extension of .txt. This is an example where the data file is not neat and organized. Echo your data to the screen (neatly) to make sure you are reading it in correctly. When you have successfully completed the entire lab: 1. Turn in the hard copy of your original source code and a copy of the output. 2. Upload your source code to the drop box on Angel. You will be graded on: Good programming style (10) Comments (10) Neat and readable (10) Logic (20) Output (15) Echoing of data (10) Data file manipulations (20) Other
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
