Question: Create a name for your enemy type. All your enemies should be the same type of enemy. There will be 3 enemies. Initialize a variable

Create a name for your enemy type. All your enemies should be the same type of enemy. There will be 3 enemies. Initialize a variable for an enemy type (Example: "Skeleton") Initialize an enemy counter starting at 1 with the appropriate data type Use the counter to initialize variables for the names of 3 enemies by incrementing the counter by 1 after assigning the name of an enemy(Like the countdown example from the slides) Initialize a variable for each enemy's health. This must be a random integer number between 5 and 15 Initialize a variable for each enemy's attack power. This must be a random integer number between 5 and 10 Initialize a variable for each enemy's armor level. This must be a random integer number between 1 and 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
