Computer Science, asked by tomba8861, 1 year ago

What will be the output of the following PHP code ?

<?php $x = 10; $y = 4; $z = 3; echo ($x % ($y) + $z); ?>
A.5
B.3
C.0
D.1

Answers

Answered by ajmal64
2
Option A is the correct answer
Answered by AJThe123456
0
Heyy mate ❤✌✌❤

Here's your Answer....

⤵️⤵️⤵️⤵️⤵️⤵️⤵️

Option A. 5
✔✔✔
Similar questions