PLS use basic Java
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...
Related questions
Question
PLS use basic Java

Transcribed Image Text:Canadian phone number has the following format:
+1 (NPA) NXX-XXXX
Country Area
Code Code
Prefix
Subscriber
Area Code=Three digits starting with 2-9
Prefix= Three digits starting with 2-9
Subscriber= Any four digits 0-9
Write a java program, using loops, that asks the user to enter a phone number then if correct print the
Area Code, Prefix, and Subscriber numbers. If not correct, print what is wrong.
Sample run:
Enter a number or -99 to quit: +1 (604) 277-9999
The number is correct with area code: 604, prefix 277, and subscriber 9999
Enter a number or -99 to quit: 1 (104) 277-0123
Country code doesn't start with + and area code doesn't start with a 2-9 number.
Enter a number or -99 to quit: 1 (104) 177-7634
Country code doesn't start with + and area code and prefix don't start with a 2-9 number.
Enter a number or -99 to quit: +2 (104) 166-9876
Country code is not 1 and area code and prefix don't start with a 2-9 number.
Enter a number or -99 to quit: +2 (104) 777-3377
Country code is not 1 b and area code doesn't start with a 2-9 number
Enter a number or -99 to quit: +2 (604) 177-2854
Country code is not 1 b and prefix doesn't start with a 2-9 number.
Enter a number or -99 to quit: +1 (604) 277-12345
Subscriber number is more than 4 digits
Enter a number or -99 to quit: -99
The program is ending
Expert Solution

Step 1
Assuming all the corner test cases covered in screenshot, I am writing the code. For eg. Considering user always inputs country code enclosed in round brackets. I am not using regex as well since, you asked for very simple code so, I will be only using if else conditions for validation. I am also assuming that in 2,3test case there is space instead of +. You can check running all the test cases , In screenshot I have only shown 1,2 and last test case.
Step by step
Solved in 3 steps with 1 images

Recommended textbooks for you

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

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