average in c++Here is a simple C++ program to calculate the average of three numbers:include <iostream>

using namespace std;

int main() {
double num1, num2, num3, average;

istockphoto-629285904-612x612.jpg