Question: Write a c++ program to validate user input email address: -prompt user to input an email address -it must contain '@' symbol -must have a
Write a c++ program to validate user input email address:
-prompt user to input an email address
-it must contain '@' symbol
-must have a '.' after the @ symbol
-must have characters after'.'
-if incorrect, prompt user to input a valid address.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
