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
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.
➡️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.
Answered by
0
hey mate........the answer is
D.Error
D.Error
Similar questions
Math,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
India Languages,
1 year ago