Posts
 
Reputation
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
~272 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for limac

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 …

Member Avatar for Rippie
0
272

The End.