Posts by T. Drumond • 11 points
1 post
-
1
votes3
answers79
viewsA: C# doubling value alone
In the code Console.WriteLine("Digite o segundo valor"); b = float.Parse(dado); You are parsing the data without reading the console data. then when you do A + B, B is the same value as A, so it’s…