This is an 8 line PHP Code. And simple 100% error cleared Code... What is its output? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

This is an 8 line PHP Code. And simple 100% error cleared Code... What is its output?

<?php // Created by ##UCS.TUDENTS // Modified by JUNK RAIDER $num = array(0, 1, 2, 3,100); rsort($num); echo $num[0]."%"; echo "error coding" ?>

18th Jan 2019, 12:46 PM
Junk Raider
Junk Raider - avatar
1 ответ
+ 1
100%error coding
18th Jan 2019, 1:13 PM
PapaBT
PapaBT - avatar