[solved] – Question 89160
Exercise 1: By using Stack ADT, write a C++ program that build a stack of photos (from keyboard), each photo has the following information: ID (unique) – Taken year – Category (the category should be one of this: Landscape – People – Animal – Still life).
We want to keep a record of all photos such that the last photo added by the user is accessed first. The program should present a menu to the user to:
Print the information of the last three photos.
Close the program.
Expert Answer
OR

