Answer to Question #219144 in Python for Hari nadh babu

Question #219144

Eligibility Criteria - 4


This Program name is Eligibility Criteria - 4. Write a Python program to Eligibility Criteria - 4, it has two test cases


The below link contains Eligibility Criteria - 4 question, explanation and test cases


https://drive.google.com/file/d/1BXdR9DFZDOCHR0pCuEYhrnK_H98soAWI/view?usp=sharing


We need exact output when the code was run

1
Expert's answer
2021-07-27T07:44:53-0400
M = int(input("Enter Math marks:"))
P = int(input("Enter physics marks:"))
C = int(input("Enter Chemistry marks:"))


if (M>=60 and P>=50 and C>=45 and M+P+C>=180) or (M+P>=120 or C+P>=110):
    print("true")
else:
    print("false")

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS