Posts by Mario Segalla • 11 points
1 post
-
1
votes1
answer1477
viewsQ: Exception 'Input character string was not in an incorrect format' when calculating
I’m trying to do this calculation by using C#: ((x+50)/100)*50(x²-5x+8)) I did it this way: double Morte = ((int.Parse(TextBox1.Text) + 50) / 100)…
c#asked Mario Segalla 11