Question: write a complete c++ program 1. declare an int and a float variable 2. the program opens a file called test.txt write a for loop
write a complete c++ program
1. declare an int and a float variable
2. the program opens a file called "test.txt"
write a for loop that iterates 50 times
in the loop allow user to enter both values for the float and int variables and then store the values in the file
after that loop write another that reads the values from the file and adds all of the ints
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
