A valid email address consists of an email prefix and an email domain, both in acceptable formats. The prefix appears to the left of the @ symbol. The domain appears to the right of the @symbol. For example, eng221k@mail.com, "eng2217" is the email prefix, and "mail.com" is the email domain Write a C++ program, which reads the email addresses from the file (input.txt) and find out whether it is a valid email address or not based on the following rules. 1. The email address must start with a letter (a-z or A-Z) (no numbers or symbols). 2. There must be an @ somewhere in the string that is located before the dot. 3. There must be text after the @ symbol but before the dot. 4. There must be a dot and text after the dot e.g.( ali@gmail.com). For each valid email address, the program should find its Prefix and Domain. You must have to use only one user defined function that has the following prototype. bool checkValid(string email); In this function definition you have to check whether the email address is valid or not and for the valid email address find its prefix and domain. The program should write the output to the file (output.txt). Sample input and output files are given below.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
A valid email address consists of an email prefix and an email domain, both in acceptable formats. The prefix appears to the left of the @ symbol. The domain appears to the right of the @ symbol.
For example, eng221t@mail.com, "eng2217" is the email prefix, and "mail.com" is the email domain
Write a C++ program, which reads the email addresses from the file (input.txt) and find out whether it is a valid email address or not based on the following rules.
1. The email address must start with a letter (a-z or A-Z) (no numbers or symbols).
2. There must be an @ somewhere in the string that is located before the dot.
3. There must be text after the @ symbol but before the dot.
4. There must be a dot and text after the dot e.g.( ali@gmail.com).
For each valid email address, the program should find its Prefix and Domain.
You must have to use only one user defined function that has the following prototype.
bool checkValid(string email);
In this function definition you have to check whether the email address is valid or not and for the valid email address find its prefix and domain.
The program should write the output to the file (output.txt). Sample input and output files are given below.
Output.txt
ahmed@squ.edu.om : valid
Prefix : ahmed
salim234@gmail.com : valid
Prefix : salim234
Domain : squ.edu.om
Input.txt
ahmed@squ.edu.om
salim234@gmail.com
Domain : gmail.com
manarhotmail.com : invalid
abdullah451@express.com : valid
Prefix : abdullah451 Domain : express.com
ali@yahoo : invalid
Firdous.com@gmail : invalid
manarhotmail.com
abdullah451@express.com
ali@yahoo
Firdous.com@gmail
Transcribed Image Text:A valid email address consists of an email prefix and an email domain, both in acceptable formats. The prefix appears to the left of the @ symbol. The domain appears to the right of the @ symbol. For example, eng221t@mail.com, "eng2217" is the email prefix, and "mail.com" is the email domain Write a C++ program, which reads the email addresses from the file (input.txt) and find out whether it is a valid email address or not based on the following rules. 1. The email address must start with a letter (a-z or A-Z) (no numbers or symbols). 2. There must be an @ somewhere in the string that is located before the dot. 3. There must be text after the @ symbol but before the dot. 4. There must be a dot and text after the dot e.g.( ali@gmail.com). For each valid email address, the program should find its Prefix and Domain. You must have to use only one user defined function that has the following prototype. bool checkValid(string email); In this function definition you have to check whether the email address is valid or not and for the valid email address find its prefix and domain. The program should write the output to the file (output.txt). Sample input and output files are given below. Output.txt ahmed@squ.edu.om : valid Prefix : ahmed salim234@gmail.com : valid Prefix : salim234 Domain : squ.edu.om Input.txt ahmed@squ.edu.om salim234@gmail.com Domain : gmail.com manarhotmail.com : invalid abdullah451@express.com : valid Prefix : abdullah451 Domain : express.com ali@yahoo : invalid Firdous.com@gmail : invalid manarhotmail.com abdullah451@express.com ali@yahoo Firdous.com@gmail
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY