Back To PHP Flow of Control Index
$max) { $max=$b; } if($c>$max) { $max=$c; } print('largest number in a,b,c is ' . $max); ?>