Question: Write the pseudocode ( java ) ( according to first year standards ) for a solution to the following requirements: The program is used by

Write the pseudocode (java)(according to first year standards) for a solution to the following requirements:
The program is used by a chess coach to display the details of players who are eligible to be in the team. There are 5 players.
Comment your code.
Make use of a module/method. Do not use an array. Make use of loops and if-statements to input the details.
The main part of the program should do the following: Input the first name, surname, age of the chess player. If a player is 12 or older, call a module/method - The details (variables) of the player must be passed as arguments to the method from the mainline logic.
The method will display the following output for players who are 12 or older: Player's first name: (name passed to module), Player's surname: (surname passed to module), Player's age: (telephone number passed to module).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!