Question: Extend your program design (from page 120) to store each name and nickname in a two-dimensional array, the age in another array and the choice
Extend your program design (from page 120) to store each name and nickname in a two-dimensional array, the age in another array and the choice in another array. The index of the array will identify the player. Use a procedure to output the personalised welcome message for each player when all players have entered their details. This output should be in ascending order of age.
a) Declare and initialise the arrays needed.
b) Write your design for the program in pseudocode. You do not need to include the declarations for the arrays and the validation checks for input.
Step by Step Solution
There are 3 Steps involved in it
To address your question systematically we need to perform the following tasks a Declare and initialise the arrays needed To store the required inform... View full answer
Get step-by-step solutions from verified subject matter experts
