Missy Sippy Industries, LLP is a company that sell product endorsements by Social Media Influencers.

computer science

Description

Missy Sippy Industries, LLP is a company that sell product endorsements by Social Media Influencers. The sales staff for Missy Sippy travel their regional areas contacting potential clients that desire to have their products receive positive ratings from the influencers that Missy Sippy represents.


Your project is to develop an computer program that will help the company reimburse their sales staff for allowable expenses incurred during the month. Each day, the sales staff will enter receipts for their expenses. At the end of the month, your program will read in this file and generate a reimbursement report.


Input to your program will be provided in a file named ExpensesMarch.txt which can be downloaded from D2L and is found in the course content folder. Your program will process the data in this file and generate a report. 


The first line of the input file will contain the Month and Year of the transactions being processed. The line will be followed by a block of transactions for each of the sales staff at Missy Sippy.


The first line of each transaction block contains the name of the sales whose receipt transaction follow. Each line of receipt transactions contains three numeric values: date (int), type (int), amount (double). 




Related Questions in computer science category