+ 2
Need exlanation
Please explain me why the answer of this question is ABBC At php chalanges echo 'A'; $b='B'; echo 'B'; echo 'C'; answers ABC ABBC BBC BABC
6 Respostas
+ 5
Is this really the code shown in the challenge?
Because if you run it, it is actually ABC, as expected.
https://code.sololearn.com/w7B5c77sdVoS/?ref=app
+ 3
Matthias I also know some questions in html challenge which answer is wrong but still they show that's correct. I think it happened because of wrong quiz post. But if quiz is wrong then how Sololearn can approve that quiz before analyized it.
+ 3
I think the creator has been given the correct questions but wrong answer.. So sad
+ 1
Hadia Please mention @raj || Turbo. He can tell in better way. Because he is working on PHP.
+ 1
The answer to this question, should be the first "ABC" because just show the statements (echo ... )
$b='B'; just assign the character B to the variable