Question: Objective: Using FOR Loops 1. Write C++ programs (using FOR loops) to display: All the numbers between 1 and 100 Even numbers between 1 and
Objective: Using FOR Loops 1. Write C++ programs (using FOR loops) to display: All the numbers between 1 and 100 Even numbers between 1 and 100 Odd numbers between 1 and 100 2. Write a C++ program that takes up an integer value and displays its multiplication table. User also needs to insert the number of times the multiplication process needs to be repeated. 3. Write a C++ program that uses nested loops of size: Two loops Three loops Four loops Display all sequences. For ex: 000,001, 010,011, 100, 101, 110, 111 this is the sequence if there are 3 loops. 4. Write C++ programs that displays patterns as shown below: a. AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU b. AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU C. AU AU AU AU AU AU AU AU AU AU AU AU AU AU AU
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
