Question: Question 1 Using while loop, write a C program to output the following number sequence. 1 3 5 7 9 11 13 15 17 19
Question 1 Using while loop, write a C program to output the following number sequence. 1 3 5 7 9 11 13 15 17 19 (Using #include
Question 2 Write a C program to print the following using iteration.
Hint: You will definitely need more than 2 loops. Sample program output (Using #include
||||||||||
|||||||||*
||||||||**
|||||||***
||||||****
|||||*****
||||******
|||*******
||********
|*********
Question 6 (Bonus Track) A strong password must contain:
at least 8 characters long
at least one uppercase alphabet A-Z
at least one lowercase alphabet a-z
at least a number 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
at least one symbol ` ~ ! @ # $ % ^ & * ( ) _ - + = { } [ ] \ | : ; " ' < > , . ? /
Write a C program to validate whether a newly created password is strong. If not, your program should prompt the user to recreate a strong password that meets the above criteria.
Using #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
