Computer Science, asked by aabrittikarmakar18, 2 months ago

public class Kids
public static void main (int age) {
//enter age from 1 to 10;
switch (age) {
case 1:
System.out.println("You can crawl");
break;
case 2:
System.out.println("You can walk");
break;
case 3:
System.out.println("You can talk");
break;
case 4:
System.out.println("You will start going to school");
break;
case 5:
System.out.println("You will make new friends");
break;
default:
System.out.println("I don't know what you will do next!");
break;​

Answers

Answered by muskan558
1

Answer:

hi dear

mere tu kuch smj hi nhi aa rha ...... sorry

Explanation:

............

Similar questions