Write the program to allow the user to enter a potential password in the main program, then passes this value (in an array) into a function that will verify that it meets the stated criteria. For each criteria that it does not meet, a message MUST be displayed. For example, if the user enters "qry2" then three messages should display, first that it is not five characters long, second that it does not contain an uppercase letter and third that it does not contain one of the special ten cahracters. It does contain a digit, so that error message would not display.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question

Answer must be in C++

 

  1. You have been hired by a coffee shop to write a program to validate employee's login passwords. You must ensure that the password meets certain criteria, as follows:

    • The password must be at least five (5) characters long
    • The password must contain at least one uppercase and at least one lowercase letter
    • The password must contain at least one digit
    • The password must contain at least one of the following  ten characters: ? # % & ! @ { } ^ \

    Write the program to allow the user to enter a potential password in the main program, then passes this value (in an array) into a function that will verify that it meets the stated criteria. For each criteria that it does not meet, a message MUST be displayed. For example, if the user enters "qry2" then three messages should display, first that it is not five characters long, second that it does not contain an uppercase letter and third that it does not contain one of the special ten cahracters. It does contain a digit, so that error message would not display.

Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT