Question: C++ 16. Write a program that reads a file containing data values computed by an accounting software package. While the file contains only numerical information,
16. Write a program that reads a file containing data values computed by an accounting software package. While the file contains only numerical information, the values may contain embedded commas and dollar signs, as in $3,200, and negative values are enclosed in parentheses, as in (200.56). Write a program to generate a new file that contains the values with the commas and dollar signs removed, and with a lead- ing minus sign instead of the parentheses. Do not change the number of values per line in the file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
