Computer Science, asked by adityasharmajan3556, 1 year ago

What will be the output of the following PHP code ?

<?php one = 1; two = 2; three = 3; four = 4; echo "one / two + three / four"; ?>
A.0.75
B.0.05
C.1.25
D.Error

Answers

Answered by Anonymous
0
______✨ HEY MATE ✨______

➡️Option (D) Error is the right answer ✔️

Variables should start with a $ symbol, since one, two, three, four don’t begin with $ symbol we’ll get an error.

&lt;marquee&gt;✌️ I THINK IT HELPED YOU ✌️
Answered by cutieeee10101
0
hey mate........the answer is

D.Error
Similar questions