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
~542 People Reached
Favorite Forums
Member Avatar for KarpedByC#

I am having troubles figuring out how to extract a minimum and maximum number from an Array. This program allows a user to input up to 12 assignment grades and then my array gathers those grades and displays them in the output box. I just also am required to display …

Member Avatar for thines01
0
174
Member Avatar for KarpedByC#

I am working with Microsoft Visual C# and keep getting the error "Use of unassigned local variable 'letter'" and everything I've tried has not fixed it, not to mention looking on the web. What is the issue? [CODE=C#]private void Btn_Submit_Click(object sender, EventArgs e) { char letter; int number; Txt_Letter.Text = …

Member Avatar for zachattack05
0
368