Question: grade int (input (Please enter your grade)) if (grade >=60): print (passed) else: print(failed) Complete the following programs to print the same results as the

grade int (input ("Please enter your grade")) if (grade >=60): print ("passed") else: print("failed") Complete the following programs to print the same results as the above program does. 1) if (grade 59): print( "passed") else: Print("failed"): 2) if (60 grade): print("passed") else: print ( "failed") 3) if (59 grade): print("passed") else: print ( "failed") 4) 59)): if (not (grade print( "failed") else: print ( "passed") 5) 60)) : if (not (grade print ( "failed") else: print ( "passed") 6) if (not (59 grade)): Print( "failed") else: Print ( "passed") 7) if (not (60 grade)): print ( "failed") else
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
