Correct program but wrong outputthankyou for the help
Correct program but wrong outputi cant seem to figure out the correct way to show the same output below [code] #include <iostre...
Display the sum and the average of the numbers in a loop.[code] #include<iostream> using namespace std; int main() { int i; double a, b, avg=10.0, sum=0; c...
Display the sum and the average of the numbers in a loop.could you please write it in a simpler way? im still at the start of learning c++
Display the sum and the average of the numbers in a loop.//Write a c++ program that will input double numbers for the user in a loop // until the average of ...