Assignment
Write a program to convert floating point to the nearest integer, using file input and output. The output should identify both the input value and the rounded value, in a sentence.
The input file must exist, with the data in it, before you run the program. Run twice with different input values each time. The output file should contain the results of both runs.