What are the operational outputs | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What are the operational outputs

<?Php define("COMMERCE","商务活动"); echo COMMERCE; echo commerce; define("STUDENT","学生信息",true); echo"<br>"; echo STUDENT; echo"<br>"; echo student; echo"<br>"; echo(define("STUDENT")); echo"<br>"; echo constant("STUDENT"); ?>

21st Sep 2019, 5:46 AM
LIYUE
1 Réponse
0
Just write code in Sololearn Playground and check what results are coming.
17th Oct 2019, 2:59 PM
A͢J
A͢J - avatar