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 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 C Program to Calculate Average and Print HighestLowest Value include using namespace std int main ... View full answer
Get step-by-step solutions from verified subject matter experts
