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
0
Answer:
I can't understand the question
Similar questions