Considere o trecho de código a seguir.

int contagem = 0, acumulado = 0, valor;

while ((valor = Int32.Parse(Console.ReadLine())) != 0)

{

contagem++;

acumulado += valor;

}

Console.WriteLine($"{acumulado/contagem}");

Utilizando como entrada os números 5, 3, 4, 7 e 0, nesta sequência, qual será a saída?

(Ref.: 202211200761)

4.75


15


4


3,8


19
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.