Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~976 People Reached
Favorite Tags
c++ x 1
Member Avatar for Khushali_1

The purpose of the program is to store values in array from a file salesData.txt which contains the values as shown below. The program should stop at the sentinel value that is 0.0. The code is not working as expected. . This is the question. Create a program that reads …

Member Avatar for rproffitt
0
349
Member Avatar for Khushali_1

Write a looping program for Theater Seating selection The program will display the theater seating (shown later) and prompt the user to select a seat to purchase using the row number and column number. If the seat is not available (has already been sold), your program should re-display the theater …

Member Avatar for rproffitt
0
302
Member Avatar for Khushali_1

Create a program that reads in a series of sales dollar amounts from a file, stores the amounts in an array, processes the array, and outputs to a file and the console the number of sales amounts, the lowest amount, the highest amount, and a complete list of the amounts …

Member Avatar for rproffitt
-1
325