0
Mistake Question
Please check this screenshot and find the mistake on the question. http://prntscr.com/g2i19v
3 Réponses
+ 13
There's no mistake.
Q.
Fill in the blanks to print "World" to the screen.
A.
$Hello = "World";
$a = "Hello";
echo $a;
+ 4
There's no mistake.
you need "$" to complete it.
+ 2
$