0
respostas

Minha resolução

decimal milhas = 10;
decimal km = milhas * 1.60934M;
Console.WriteLine($"{milhas} milhas equivalem a {km} km");