var score = 88 if score <60{ print("Fail") }else if score < 70 { print("Pass") }else if score < 80 { print("Common") }else if score <90{ print ("Good") }else { print ("Excellent") }