write a PHP program to implement coditional statements and looping structure.
Answers
Answered by
4
Answer:
You can use conditional statements in your code to do this. In PHP we have the following conditional statements: if statement - executes .
Similar questions