I need some help/advice on how to properly execute this program:
Input/Output
1- Create an input file with several numbers.
2- Read the numbers from your file into the program utilizing a for loop.
3- Multiply the numbers utilizing a for loop.
4- Write the result into a file.
5- Ask the user if they want to repeat the program or not, utilizing a do-while loop. ( If the user says yes to repeat, your program should start over again automatically)
once it is compiled, double click on it or type its name (in unix, you may need a ./name if you have not hacked away this aggravation in your console) to execute it.