Henry is working at a ticket counter. He has to store the ticket numbers continuously so he asks for help to free the stored ticket numbers so that he can store the ticket number again. Strictly adhere to the Object-Oriented specifications given in the problem statement. All class names, member variable names, and function names should be the same as specified in the problem statement. Write a program to read the ticket numbers from the user and display the number after free the memory also. In the main method, obtain input from the user in the console and display the ticket details. Note: Use free to deallocates a block of memory. Input format: Input consists of the number of tickets and the ticket numbers. Output format: The output displays the ticket number. Refer sample input and output for formatting specifications. [All text in bold corresponds to input and rest corresponds to output] Sample Input and Output 1: Enter the number of tickets 3 Enter the ticket numbers 21 23 25 Ticket numbers are 21 23 25 After free, the ticket numbers are 00 25

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

Question Provided In Attachment!

Henry is working at a ticket counter. He has to store the ticket numbers continuously so he asks for
help to free the stored ticket numbers so that he can store the ticket number again.
Strictly adhere to the Object-Oriented specifications given in the problem statement. All class
names, member variable names, and function names should be the same as specified in the
problem statement.
Write a program to read the ticket numbers from the user and display the number after free the
memory also.
In the main method, obtain input from the user in the console and display the ticket details.
Note:
Use free to deallocates a block of memory.
Input format:
Input consists of the number of tickets and the ticket numbers.
Output format:
The output displays the ticket number.
Refer sample input and output for formatting specifications.
[All text in bold corresponds to input and rest corresponds to output]
Sample Input and Output 1:
Enter the number of tickets
3
Enter the ticket numbers
21
23
25
Ticket numbers are
21 23 25
After free, the ticket numbers are
00 25
Transcribed Image Text:Henry is working at a ticket counter. He has to store the ticket numbers continuously so he asks for help to free the stored ticket numbers so that he can store the ticket number again. Strictly adhere to the Object-Oriented specifications given in the problem statement. All class names, member variable names, and function names should be the same as specified in the problem statement. Write a program to read the ticket numbers from the user and display the number after free the memory also. In the main method, obtain input from the user in the console and display the ticket details. Note: Use free to deallocates a block of memory. Input format: Input consists of the number of tickets and the ticket numbers. Output format: The output displays the ticket number. Refer sample input and output for formatting specifications. [All text in bold corresponds to input and rest corresponds to output] Sample Input and Output 1: Enter the number of tickets 3 Enter the ticket numbers 21 23 25 Ticket numbers are 21 23 25 After free, the ticket numbers are 00 25
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr