Computer Science, asked by bhuvirat, 19 days ago

Predict the output:
58228
58228
58228
58228
58228
582
class A
{
public static void main (String[] args) throws java.lang. Exception
{
String str="Two";
switch (str) {
case "One" :
System.out.print(1);
case "Two": System.out.print(3);
case "Three": System.out.print(4);
break;
}
output???​

Answers

Answered by adityachand0703
0

Answer:

i don't understand broo

Similar questions