I need help to write this program.
Create a data file that contains 15 integers, some positive and some negative. You may create the file in Notepad or any other text editor software. Save the file to the same folder your program will be in.
Write a program that reads the numbers from the file and outputs the following to a separate output file:
the values found in the file
how many positive and negative numbers there are
the average of the numbers in the file