menu
home
Home
search
Search
people
About Us
exit_to_app
Login
home
Home
search
Search
people
About Us
exit_to_app
Login
Practicing for Switch of Web Design & Development
Questions 1 of 6
Q. What will be the output of the following PHP code?
$a = "2";
switch ()
{
  case 1:
   echo "Apple";
   break;
  case 2:
   echo "Orange";
   break;
  default:
   echo "Mango";
}
Apple
Orange
Mango
Syntax error
Submit
lock
Login
person
Signup
Email
Password
Name
Email
Password
Confirm Password