A store owner keeps a record of daily cash transactions in


Question 1

A store owner keeps a record of daily cash transactions in a text file. Each line contains three items: The invoice number, the cash amount, and the letter P if the amount was paid or R if it was received. Items are separated by spaces. Write a program that prompts the store owner for the amount of cash at the beginning and end of the day, and the name of the file. Your program should check whether the actual amount of cash at the end of the day equals the expected value.

You should use Catch exceptions technique when you open the file i.e. (try and catch).

Assume that the file contains records of one working day.

Solution Preview :

Prepared by a verified Expert
Macroeconomics: A store owner keeps a record of daily cash transactions in
Reference No:- TGS01696177

Now Priced at $10 (50% Discount)

Recommended (95%)

Rated (4.7/5)