Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using pseudocode, flowchart and C programming, write a program to check for password compliance. Your program should receive a password as an input and it

Using pseudocode, flowchart and C programming, write a program to check for password compliance. Your program should receive a password as an input and it should output whether it complies with the specified rules or not.

If the last digit of your student id is odd (.i.e it ends with 1, 3, 5, 7 or 9), the password check should follow this format: L$$555ee (Not exact letter like the format, but checking if it's upper or lower case and special character)

If the last digit of your student id is even (.i.e it ends with 0, 2, 4, 6 or 8), the password check should follow this format: L5e$e55e (Not exact letter like the format, but checking if it's upper or lower case and special character)

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

Oracle Database 10g Insider Solutions

Authors: Arun R. Kumar, John Kanagaraj, Richard Stroupe

1st Edition

0672327910, 978-0672327919

More Books

Students also viewed these Databases questions

Question

2. Identify conflict triggers in yourself and others

Answered: 1 week ago