Computer Science, asked by aabrittikarmakar18, 6 months ago

how to write an algorithm and variables discription on this program. Please help!

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 naman1234459
0

Answer:

good to expose I wish you

Answered by Anonymous
1

Answer:

plzzz write a properly questions

Similar questions