<<< Previous question <<< Question ID#0318.md >>> Next question >>>
What is the output of the following PHP script?
$a = 25;
echo $a % 10;
- A) 5
- B) 15
- C) 250
- D) 25
Answer
Answer: A
What is the output of the following PHP script?
$a = 25;
echo $a % 10;
Answer: A