Add refinements to the program outline below and write the final C++ program.
// Computes the sum and average of two numbers#include <iostream>using namespace std;int main(){ // Declare any constants and variables you need. // Read two numbers. // Compute the sum of the two numbers. // Compute the average of the two numbers. // Display sum and average. return 0;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.