Operation
• The user enters a string that consists of a last name, an account code, and a password in this format: name, account code, password. (Each value separated by a comma.)
• When the Parse button is pressed the application parses the string into name, account code, and password and displays the result in the controls shown.
Specifications
• The application should check that a value is entered into the text box (i.e. it is not left blank.)
Enhancement
• The application should check that the value that is entered includes two commas.
• The application should provide for the user entering one or more spaces after each comma and at the beginning and end of the string.