<?php $x=5; if($x>75){echo "A";} elseif($x>55){echo "C";} elseif($x>65){echo "B";} else{echo "Sory!,You Are Fail The Exam";} ?>