Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
The following is pretty much useless: [code]string input = Add;[/code] Change it to the following to just declare the var. [code]string input;[/code] The entered value (Add, Subtract, Multiply, Divide) will be placed in the var input. This means, you want to check which value was entered. You could use the …
The End.
Rippie