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
~275 People Reached
Favorite Forums
Member Avatar for buzzstpoint

Beginning coding here. But in my programming class I have a basic program to enter a couple of numbers, calculates the basic math then displays the equation and answer. Here is my output to app: lblAdd2.Text = Convert.ToString(vTools.unformat(txtNum1.Text)) + " + " + Convert.ToString(vTools.unformat(txtNum2.Text)) + " = " + mathNum1.ToString(); …

Member Avatar for buzzstpoint
0
275