Question: Write a C program that prompts the user to enter a password and verifies if it is correct. Use a DO - WHILE loop to
Write a C program that prompts the user to enter a password and verifies if it is correct.
Use a DOWHILE loop to continuously prompt the user to obtain the inout string.
Use the strcmp function to determine if the string entered by the user matches "moda
IF teh strings match, then print "Congratulations" and exit the program.
Otherwise, continue to prompt the user for a password.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
