Write a program in PHP to find sum of two numbers.
Answers
Answered by
2
Answer:
<? php.
$x=15;
$y=30;
$z=$x+$y;
echo "Sum: ",$z;
?>
Explanation:
hope it helps you this is the formula
Similar questions
Social Sciences,
2 months ago
Math,
2 months ago
Science,
4 months ago
Science,
10 months ago
English,
10 months ago