Assignment 1:Basics in PHP
Practice Programs:
1. Write a PHP script to perform arithmetic operations on two numbers (Addition, Subtraction, Multiplication Division ).
Answer :
File Name : index.php
2. Write a PHP script to display a maximum of two numbers using a conditional operator.
Answer :
File Name : index.php
3. Write a PHP script that will perform pre and post-increment of a number. (Example ++a, a++).
Answer :
File Name : index.php
SET A:
1. Write a PHP Script to display Quotient and Remainder of the division of two variables.
Answer :
File Name : index.php
2. Write a PHP Script to swap the values of two variables.
Answer :
File Name : index.php
3. Write a PHP Script which will convert temperatures from Celsius(C)to Fahrenheit (F). (Hint: C=5.0/9(F-32)
Answer :
File Name : index.php
No comments:
Post a Comment