PHP

Topic: Operators

What is the answer of following code
echo 1< 2 and echo 1 >2 ?

Output of the given code are given below:
echo 1<2output: 1echo 1>2

output: no output

Browse random answers: