For the program in Exercise 1, what is the output if the user enters first in response

Question:

For the program in Exercise 1, what is the output if the user enters “first” in response to the prompt?

Exercise 1

Given the program below, what is the output if the user enters 3 in response to the prompt?

import java.util.Scanner; public class Athletes { public static void main(String[] args) { Scanner stdIn

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: