Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please, use Iostream not using namespace std. Thank you in advance. Objective: Write a program called verify whether they meet the criteria described. Once the

Please, use Iostream not using namespace std. Thank you in advance. image text in transcribed
Objective: Write a program called verify whether they meet the criteria described. Once the user has provided the inputs correctly output the message "Results Ok!". Each validation step must use a function that you have created. You must validate each input individually, i.e. you should get the First Name and validate it and then move onto Last Name only if the First Name is valid cpp that will accept the data shown in Table 1 from the user and Table 1 - User input and validation criteria. Input from user Criteria it must satisfy First Name Must not have less than 2 characters or more than 10 characters. The first name must start with a capital letter and all other characters must be lower case letters. The first name must not have any numeric digits or special characters Must not have less than 2 characters or more than 10 characters. The last name must start with a capital letter and all other characters must be lower case letters. The last name must not have any numeric digits or special characters Must be 2 characters exactly, and both must be uppercase Must be 5 characters exactly, all must be digits Last Name State Code Zip Code

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

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions

Question

How can we confi rm both ourselves and others?

Answered: 1 week ago