R
Q. what is the output of below program?
<?php $numb = 0; while ( $numb <= 10 ){ if ($numb % 2 == 0){ echo "{$numb} Even . "; }else{ echo "{$numb} Odd . "; } $numb++; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. what is the output of below program?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. what is the output of below program?
Q. Which PHP function is used to add days, months, years, hours, minutes, and seconds to a date?
Q. What will be the output of the following PHP code ?
Q. POSIX implementation was deprecated in which version of PHP?
Q. what is the latest version of PHP?
Discusssion
Login to discuss.