208k views
3 votes
Create two PHP programs (input.php) and (output.php) that will input a number and print its square.

User Hayat
by
7.9k points

1 Answer

2 votes

Answer:

<?php

$x=15;

$y=30;

$z=$x+$y;

User Meijuh
by
8.1k points