Computer Science, asked by nishantbhandral202, 2 months ago

Write a program in PHP to find sum of two numbers.​

Answers

Answered by Anonymous
2

Answer:

<? php.

$x=15;

$y=30;

$z=$x+$y;

echo "Sum: ",$z;

?>

Explanation:

hope it helps you this is the formula

Similar questions