Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i am stuck on the php script, what am I doing wrong.
i am stuck on the php script, what am I doing wrong.
true var_dump("1" == "01"); // 1 == 1 -> true var_dump("10" == "1e1"); // 10 == 10 -> true var_dump(100 == "1e2"); // 100 == 100 -> true switch ("a") case 0: echo "0"; break; case "a": // never reached because "a" is already matched with 0 echo "a"; break; ?>
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started