πŸ“Š PHP
Q. What will be the output of the following PHP code ?
Code:
<?php
$n1 = 17;
$n2 = 19;
if ($n1 > $n2 + $n2 != 3)
    print "Jitendra" ;
else
    print "Majumdar";
?>
  • (A) Majumdar
  • (B) Jitendra
  • (C) 17
  • (D) 19
πŸ’¬ Discuss
βœ… Correct Answer: (B) Jitendra

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
235
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Jitendra Singh
Publisher
πŸ“ˆ
90%
Success Rate