C++ program. On line 30, the reference variables are getting errors because there's an expected primary expression but I'm not sure what they are. What's underlined below are the errors. ReadRoomData(int &room_num, int &max_cap, int &enrolled); Text files: roomset_one.dat 426 25 25 327 18 14 420 20 15 317 100 101 −1 −1 −1 roomset_two.dat 55 10 5 102 12 10 111 15 16 250 20 25 4033 500 207 7810 800 800 8810 800 0 -2 -2 -2 roomset_three.dat -999 Program Requirements DO NOT open the file and use it within your program (input redirection) Example of input redirection: ./a.out < roomset_one.dat You must include the following functions: ReadRoomData: a void function that accepts three reference parameters (the room number, max capacity, and enrolled). It should read in all three values from stdin. DetermineStatus: a value-returning function that has one parameter (available enrollment). It should return a std::string containing the status of the room (OPEN, FULL, OVER) OutputRoomInfo: a void function that accepts three value parameters (room, max capacity, and enrolled). It should call DetermineStatus and output the formatted room information for that single set of data.
C++ program. On line 30, the reference variables are getting errors because there's an expected primary expression but I'm not sure what they are. What's underlined below are the errors. ReadRoomData(int &room_num, int &max_cap, int &enrolled); Text files: roomset_one.dat 426 25 25 327 18 14 420 20 15 317 100 101 −1 −1 −1 roomset_two.dat 55 10 5 102 12 10 111 15 16 250 20 25 4033 500 207 7810 800 800 8810 800 0 -2 -2 -2 roomset_three.dat -999 Program Requirements DO NOT open the file and use it within your program (input redirection) Example of input redirection: ./a.out < roomset_one.dat You must include the following functions: ReadRoomData: a void function that accepts three reference parameters (the room number, max capacity, and enrolled). It should read in all three values from stdin. DetermineStatus: a value-returning function that has one parameter (available enrollment). It should return a std::string containing the status of the room (OPEN, FULL, OVER) OutputRoomInfo: a void function that accepts three value parameters (room, max capacity, and enrolled). It should call DetermineStatus and output the formatted room information for that single set of data.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Hello I need help in a C++ program. On line 30, the reference variables are getting errors because there's an expected primary expression but I'm not sure what they are. What's underlined below are the errors.
ReadRoomData(int &room_num, int &max_cap, int &enrolled);
Text files:
- roomset_one.dat
- 426 25 25
327 18 14
420 20 15
317 100 101
−1 −1 −1
- 426 25 25
- roomset_two.dat
- 55 10 5
102 12 10
111 15 16
250 20 25
4033 500 207
7810 800 800
8810 800 0
-2 -2 -2
- 55 10 5
- roomset_three.dat
- -999
Program Requirements
-
DO NOT open the file and use it within your program (input redirection)
- Example of input redirection: ./a.out < roomset_one.dat
-
You must include the following functions:
- ReadRoomData: a void function that accepts three reference parameters (the room number, max capacity, and enrolled). It should read in all three values from stdin.
- DetermineStatus: a value-returning function that has one parameter (available enrollment). It should return a std::string containing the status of the room (OPEN, FULL, OVER)
- OutputRoomInfo: a void function that accepts three value parameters (room, max capacity, and enrolled). It should call DetermineStatus and output the formatted room information for that single set of data.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 5 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education