Computer Science, asked by cocm50102, 6 months ago

write an
algorithm to print whether
a student has passed or not after
taking input of his/her marks. Let pass
mark be 45.​

Answers

Answered by Anonymous
1

Answer:

x = intput("enter the marks:")

if x > (45)

then print ("pass")

if not print ("fail")

Similar questions