Dado o seguinte programa, considerando a entrada de a = 15 e b = 3. Qual será a saída correta:

a = float(input("Entre com a: "))
b = float(input("Entre com b: "))
c = a / b
d = a % b
print (a, b, c, d)

Opções de pergunta 4:

a) 3 15 3 5.

b) 15 3 5 0.

c) 15.0 5.0 3.0 1.0.

d) 5.0 3.0 15.0 0.0.

e) 15.0 3.0 5.0 0.0. (correta)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.