" The class should use a structure that stores the following information:
Drink name
Drink price
Number of drinks in machine
The class should have an array of five of these structures."
I don't understand the part in bold.
Is it asking me to create an array for each of the components of the structure? I don't understand why the use of structure in plural, if it clearly says to create ONE structure.