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 and C Programming)

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 and C Programming)

||||||||||

|||||||||*

||||||||**

|||||||***

||||||****

|||||*****

||||******

|||*******

||********

|*********

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 and C Programming

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!