Question: 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
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
