logo

Crowdly

Donat el següent programa: a = int(input(¨Escriu un nombre: ¨)) if a % 2...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Donat el següent programa:

a = int(input(¨Escriu un nombre: ¨))

if a % 2 != 0 :

print (¨primer¨ )

elif a == 3 : 

print (¨segon¨)

elif a - 5 > 0 : 

print (¨tercer¨ )

else: 

print (¨quart¨ )

Què escriuria el programa pel canal de sortida en cas que l'usuari entrés un 4?

More questions like this

Want instant access to all verified answers on atenea.upc.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!