Question: 1. Write a C++ Program that calculate the average of three double numbers. Also print the highest and lowest value. 2. Write a C

1. Write a C++ Program that calculate the average of three double numbers. Also print the highest and lowest

1. Write a C++ Program that calculate the average of three double numbers. Also print the highest and lowest value. 2. Write a C program to input a number. If the number is even, print its square otherwise print its cube. 3. Write a program that prints the even numbers between 90 and 50 using for loop. 4. Write a C++ program that prints the odd numbers between 10 and 20 using for loop.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

1 C Program to Calculate Average and Print HighestLowest Value include using namespace std int main ... View full answer

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 Programming Questions!