Home  • Courses • Software Engineering
<?php $x; $x=3; $x=45; if($x>9 && $x<100){ echo "X is two digit number "; }else{ echo "X is one digit number "; } ?>

Comments 1


Ans' X is two digit number
Copyright © 2024. Powered by Intellect Software Ltd