Computer Science, asked by deendayal91004, 7 months ago

public static void main(String arg[])
{
int persons
45;
int random = 45;
switch (random)
case persons:
System.out.print("CRICKET ");
break;
default:
System.out.println ("RUGBY");
}​

Answers

Answered by Anonymous
0

Answer:

JAVA

Explanation:

PLEASE MARK ME AS A BRAINLIEST

Similar questions