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

[code] using System; using System.Collections.Generic; using System.Linq; using System.Text; class Program { public class AccountInfo { public int Number { get; set; } public double Balance { get; set; } public string LastName { get; set; } } // private class members, creating new arrays private int [] AcctNumber = …

Member Avatar for ddanbe
0
220
Member Avatar for MaggieLynn

Getting errors stating that 'Assignment3.Converter' does not contain a definition for 'breakdown'...cannot get this to work...I know there is a problem with the breakdown and dollarAmount, but I can't seem to figure out the solution. [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Assignment3 { class Converter { …

Member Avatar for MaggieLynn
0
142