Question: for loop implemenetation. 1. Write a C++ program to display all odd numbers between 0-10, one number per line. 2. write a C++ program to

for loop implemenetation.

1. Write a C++ program to display all odd numbers between 0-10, one number per line.

2. write a C++ program to display all the 7 multiples between 0 and 100, one number per lines.

the 7 multiples are 7, 14, 21, 28 ....

3. write a C++ program to convert Fahrenheit degrees to Celsius degrees (range of 0 to 50)

display your answer in columns

Fah Degrees Cel Degrees

======== =========

xx.xx xx.xx

for all programs, use set precision

validate your out put by checking to see if your answers are correct or not

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!