Computer Networking: A Top-Down Approach (7th Edition)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
Bartleby Related Questions 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
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON
Text book image
Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science
Text book image
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning
Text book image
Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning
Text book image
Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education
Text book image
Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY