
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
C++ Code only please.

Transcribed Image Text:Write a C++ program that determines whether the user entered an item number in the
required format: three digits, a hyphen, two digits, a hyphen followed by 4 alphanumerics.
Display an appropriate message indicating whether the format is correct or incorrect. Use a
sentinel value of -1 to end the program. You must use at least two functions in the solution
of this exercise.
|
Enter the item number
Three digits, a hyphen, two digits,a hyphen, 4 alphanumeric character
Enter the item number (no spaces) or -1 to exit ==>123
You must enter a 11 digit item number
Enter the item number
Three digits, a hyphen, two digits, a hyphen, 4 alphanumeric characters
Enter the item number (no spaces) or -1 to exit ==>123-45-abcd
your
Enter the item number
Three digits, a hyphen, two digits,a hyphen, 4 alphanumeric characters
Enter the item number (no spaces) or -1 to exit ==>123-45-asc$
Item number must have four alphanumberics after second hyphen
Correct the item number and reenter it
Enter the item number
Three digits, a hyphen, two digits,a hyphen, 4 alphanumeric characters
Enter the item number (no spaces) or -1 to exit ==>-1
Program is terminating
Thank you for using this program
s
item number is well formatted
C:\csc134\Format\Debug\Format.exe (process 13040) exited with code 0.
Press any key to close this window
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 2 steps with 2 images

Knowledge Booster
Similar questions
- When passing a C-style string as a parameter to a function - is the parameter passed by reference or default?arrow_forwardCreate a c++ program to automate the point of sale system in a stationery store The program should be a menu-driven program that allows users to-Add information about stationery.-Update information about stationery.-View the different stationery in the store-Select multiple stationery from the list and determine the quantity to purchase.-Calculate the total and display the amount needed.-View the transaction history.-Exit from the program.An array structure should be used to keep a record of all stationery. Identify and determine the appropriate members of this structure. Your program can start with a few stationery records to initialize this array. Each record must be tracked with a pointer. Remember to update the number of records each time a purchase is made. Use a function to execute each option provided in the menu (except the exit option). Information about each transaction performed needs to be saved in a file. Your program should also consider data validation.arrow_forward
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

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 Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

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
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY