Question: need in visual basic 2015 code. note properties of objects. ercises-2 pdf Adobe Acrobat Reader DC View Window Help Tools Extra exercises-2.pdf 108% Extra 9-2


need in visual basic 2015 code. note properties of objects.
ercises-2 pdf Adobe Acrobat Reader DC View Window Help Tools Extra exercises-2.pdf 108% Extra 9-2 Work with strings In this exercise, you'll add code that parses an email address and formats the city state, and zip code portion of an address. String Handling Enai anne murach con Parse Fregn Stateca p code 93722 Fomst Exd Parsed String Formatted String User name: anne Domain name murach conm City, State, Zip: Fresno, CA 93722 OK OK Open the project and add code to parse an email address 1. Open the StringHandling project in the Extra Exercises Chapter 09 StringHandling directory 2. Add code to parse the cmail address into two parts when the user clicks the Parse button: the user name before the sign and the domain name after the sign Be sure to check that the email contains an @ sign before you parse it. and display an error message if it doesn't. Also, be sure to remove any leading or trailing spaces that the user enters. Display the results in a message box like the first one shown above 3. Test the application with both valid and invalid email addresses to be sure it works cormeetly Add code to format an address
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
