Computer Science, asked by ipj201310431, 2 months ago

Rewrite the program segment below using multiple if statement.
switch ($number)
{
case 1: echo "One";
case 2: echo "Two"; break;
case 3: echo "Three"; break;
}

Answers

Answered by psubhaparamasivam
0

Answer:

I can't understand the question

Similar questions