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;
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Add Comment *
Save my name, email, and website in this browser for the next time I comment.
Post Comment