Posts by Felipe3 • 1 point
1 post
-
-1
votes3
answers79
viewsQ: C# doubling value alone
I’m appending C#, but the code below doubles the value and terminates unexpectedly. Can anyone take a look? using System; using System.Collections.Generic; using System.Linq; using System.Text;…