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