Reference Parameters & Files (Restaurant Bill)

Initial Deadline:
11:00pm, Friday November 12, 2021

Description

You are to rewrite programming assignment 4 (Restaurant bill program) to use reference parameters and files. Do the following:

Each table is associated with two lines in the data file. The first line contains the number of people at the table. The second line contains all the costs for that table. You do not know how many tables are there. There is no sentinel.

Additionally, you must include the following requirements for this project: