Ask C/C++ Expert


Home >> C/C++

I need this done ASAP. If you can, try to make the code as simple as possible. I am not looking for something complex.

HOMEWORK

"On my honor, as an Aggie, I have neither given nor received any unauthorized aid on any portion of the academic work included in this assignment."

NOTE:  Every program from now on must include at least the exception-handling framework on page 152!  If you add another catch clause, it must precede all more general clauses; for example, if you add catch(Bad_area) it should come before the other two catch clauses.

1. Modify the code in section 23.7 to use a regex to recognize a string typed in as a valid or invalid ISBN-13 book number.  Every valid ISBN-13 book number has the following four parts:

     978 or 979

     nine digits; any digit can be preceded by an optional hyphen or space

     an optional hyphen or space

     one digit or the letter X

A sample run of your program should look like this:

     Enter ISBN: 978-1-84356-028-3

     That is a valid format.

     Enter ISBN: 978-0-684-84328-5

     That is a valid format.

     Enter ISBN: 978-0-8044-2957-X

     That is a valid format.

     Enter ISBN: 979-845-4087-3256

     That is not a valid format.

Name your program hw7pr1.cpp.

2. Modify problem 1 to use regex to recognize valid Social Security numbers.  A valid Social Security number consists of three digits, an optional hyphen, two digits, an optional hyphen, and four digits.  Make each of the three number fields a submatch (put it in parentheses) to check the following constraints:

If any of the three number fields is all zeroes, the number is not a valid Social Security number.  (Yes, that's why your UIN has OO in the second field!)

The first number field cannot be 666 or any number in the range 9OO-999.

The numbers

O42-68-4425,

O78-O5-112O,

123-45-6789,

111-11-1111,

222-22-2222,

333-33-3333,

444-44-4444,

555-55-5555,

777-77-7777,

888-88-8888, and

987-65-432x (where x is any digit O-9)

are invalid.

A sample run of your program should look like this:

Enter a Social Security Number: 666-55-4444

That number is invalid.

Enter a Social Security Number: 457555462

That number is valid.

Enter a Social Security Number: 4575554621

That number is invalid.

Name your program hw7pr2.cpp.

C/C++, Programming

  • Category:- C/C++
  • Reference No.:- M91564730
  • Price:- $40

Priced at Now at $40, Verified Solution

Have any Question?


Related Questions in C/C++

Question 1find the minimum and maximum of a list of numbers

Question: 1. Find the Minimum and Maximum of a List of Numbers: 10 points File: find_min_max.cpp Write a program that reads some number of integers from the user and finds the minimum and maximum numbers in this list. Th ...

Software development fundamentals assignment 1 -details amp

Software Development Fundamentals Assignment 1 - Details & Problems - In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console P ...

What are the legal requirements with which websites must

What are the legal requirements with which websites must comply in order to meet the needs of persons with disabilities? Why is maximizing accessibility important to everyone?

There are several ways to calculate the pulse width of a

There are several ways to calculate the pulse width of a digital input signal. One method is to directly read the input pin and another method (more efficient) is to use a timer and pin change interrupt. Function startTi ...

Assignment word matchingwhats a six-letter word that has an

Assignment: Word Matching What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than ant itself, of ...

1 implement the binary search tree bst in c using the node

1. Implement the Binary Search Tree (BST) in C++, using the Node class template provided below. Please read the provided helper methods in class BST, especially for deleteValue(), make sure you get a fully understanding ...

Assign ment - genetic algorithmin this assignment you will

ASSIGN MENT - GENETIC ALGORITHM In this assignment, you will use your C programming skills to build a simple Genetic Algorithm. DESCRIPTION OF THE PROGRAM - CORE REQUIREMENTS - REQ1: Command-line arguments The user of yo ...

Project - space race part a console Project - Space Race Part A: Console Implementation

Project - Space Race Part A: Console Implementation INTRODUCTION This assignment aims to give you a real problem-solving experience, similar to what you might encounter in the workplace. You have been hired to complete a ...

Why do researcher drop the ewaste and where does it end

Why do researcher drop the ewaste and where does it end up?

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As