Posts by Andress Martin • 11 points
1 post
-
-1
votes2
answers64
viewsQ: Index('+') works but Index('*') is not working?
The following code is a simple calculator that accepts two numbers and applies +, *, - or /. and the input of the signal + is working well: input = Console.ReadLine(); while (input.Contains("+")) {…