- Create your own data type using a C++ structure.
- Assign values to a variable of that data type.
- Retrieve values from the variable of that data type.
Description:
In this lab you will choose the statements to create a programthat:
Creates a brand new data type called \"Monster\". Once created,creates a variable of type Monster and assign values to thevariable and then display the contents.
This lab will again take the form of a guided multiple-choicequiz like you had in the previous labs. For each question, pick thestatement that implements the given requirement.
A Sample Run:
Monster name: Orc
Monster movement: 5
Monster dps: 3.5