Question: Create an application that list accounts from a Dictionary Object. Create an Account Class that contains an ID, Name, and Balance. Disaply the account in a ListBox. If the user enters new values, they can click on the Add Button to add a new account to the dictionary item.
Use exception handlers to catch errors caused by invalid input values, or an attempt to ass a duplicate Account ID to the dictionary.
Please keep it simple and short and no copy and paste or at least help me get started - you have to satisfy the requirements specific in the instruction.