Homework Code 16 A Problem Statement Arrays Write a complete C++ program (just main) to input account numbers and amoun
Posted: Sat May 14, 2022 3:08 pm
Homework Code 16 A Problem Statement
Arrays
Write a complete C++ program (just main) to input account
numbers and amounts from Amounts.Txt. Store only amounts in
an array - maximum of 100 numbers. Output the elements and
the number of elements in the array to
AmountsOut.txt.
Extra Credit: Instead of doing all the input and
output in main, write modules GetData to input the data into the
array and SendData to output the data.
Arrays
Write a complete C++ program (just main) to input account
numbers and amounts from Amounts.Txt. Store only amounts in
an array - maximum of 100 numbers. Output the elements and
the number of elements in the array to
AmountsOut.txt.
Extra Credit: Instead of doing all the input and
output in main, write modules GetData to input the data into the
array and SendData to output the data.