PHP Practical Slip 3 Q.B
Write a PHP Script to check whether a year is a leap or not.
Write a PHP Script to check whether a year is a leap or not.
Write a PHP Script to display the total and percentage of Marks of Subjects (Out of 100) Data Structure, Digital
Write a PHP Script to display the surface area and volume of a cuboid. (Hint: surface area=2(lb+lh+bh ), volume =
Write a PHP Script which will convert temperatures from Celsius(C) to Fahrenheit (F). (Hint: C=5.0/9(F-32).
Write a PHP Script to calculate the area of Circle, Square, and Rectangle.
Write a PHP Script to display Quotient and Remainder of the division of two variables.