Back To PHP Flow of Control Index
=10) { print('Value of a is either greater than or equal to 10'); } else { print('Value of a is less than 10'); } ?>