1) Write A PHP Program To Calculate Highest Number Among Three Numbers
1) Write A PHP Program To Calculate Highest Number Among Three Numbers
1
2) Write a program to make the use of logical operators.
2
3) Write a program to check no is positive or negative.
3
5) Write any program using if condition with foreach loop
5
6) Write a program to display pyramids of star/patterns using increment/ decrement. * **
*** **** ***** * ** *** **** ***** * ** *** **** *****
6
7) Write a program to print first 30 even numbers. (Using while, do…while)