Computer Science, asked by jishatc410, 4 months ago

8. Write the output of the following program on execution if x = 50:
if x > 10:
if x > 25:
print('ok')
if x > 60:
print ('good')
elif x > 40:
print('average')
else:
print ('no output')​

Answers

Answered by RuwaisnZaid
10

Explanation:

ok

average

this is the answer

Answered by harsh8064
2

Explanation:

rawasain Bhai abhi jo aapne ANSWER diya tuple a+B error hai sahi hai paccka ha to thanks button press kar do

Similar questions