CS 140 Display Receipt Project:
Project Focus:
- The program reads items being purchased, cost per item, and the quantity purchased.
Contribution / Role:
Technology / Skills:
- C++ Programming
- Microsoft Visual Studios 2010
- Reading and Writing from Files
Description:
- The user enters the name of the text file.
- The user then enters a name for the output text file.
- The program then reads the input from the input file.
- The program calculates the total due including tax.
- The program formats the output and creates a text file using previously entered name.
- The formatted output is displayed similarly to a receipt.
Challenges:
- The challenges of this program came in formatting the input correctly for the output file.