<<< Previous question <<< Question ID#0713.md >>> Next question >>>
What is the result of the code below?
echo ("0.00") ? "mary" : "angie";
- A) mary
- B) Syntax Error
- C) angie
- D) maryangie
Answer
Answer: A
What is the result of the code below?
echo ("0.00") ? "mary" : "angie";
Answer: A