Sagot :
Answer:
You could try this on python (More like a bad coding but its working)
# is a Text-code
Explanation:
grade = 61 #Just put something in here
if grade > 60:
print ("Failed")
elif grade < 60:
print ("Passed")
Answer:
You could try this on python (More like a bad coding but its working)
# is a Text-code
Explanation:
grade = 61 #Just put something in here
if grade > 60:
print ("Failed")
elif grade < 60:
print ("Passed")