Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in C++ Please help PREPARATION Be sure you've developed a BNF grammar that describes the language of phone numbers according to the Practice BNF item.

in C++ Please help image text in transcribed
PREPARATION Be sure you've developed a BNF grammar that describes the language of phone numbers according to the Practice BNF item. Let's call this the US phone number grammar One variation in how we write down US phone numbers is that we sometimes leave off the parentheses around the area code and instead use a dash after it: 757-555-0000 for example Many businesses have adopted the practice of using":"(period) instead of **"(dash) between the number groups: 757.555.0000 for example, By convention, international telephone numbers begin with a plus sign (4) followed by a 1, 2 or 3- digit country code. The US country code is "1". So the example US phone number would be written as *1757.555.0000 in this international style. THE CHALLENGE 1. (5 pts) Write down a BNF grammar for US phone numbers that use the dash after the area code instead of parentheses around it. 2. (5 pts) Write down a BNF grammar for US phone number written in the international style. 3. (15 pts) Write a program that allows the user to input a character string from the keyboard, and tell the user if that string complies with the US phone number grammar- that is the one from the Practice BNF item, like (757)530 4601. Your program should output the user's string followed by "YES" if the string is acceptable, and "NO" if it is not so, an example output from this program could be: (757)555-1234 YES 4. (5 pts) Your program must give the correct (Yes/No) answer when presented with the following phone numbers: 757-555-0025 (757)555-1234 75-555-0000 757.555.1234 757-043-1234 057-555-1234 057-MH5-1234 OPTIONAL: If you get your program working and want to challenge yourself further, make the following change: When the program outputs "NO" have it also output a reason why the string is unacceptable

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions

Question

What is Accounting?

Answered: 1 week ago

Question

Question What is a secular trust?

Answered: 1 week ago