User profile: mim97

User info
User name:mim97
History
Joined:
Number of posts:24
Latest posts:

Correct program but wrong output
thankyou for the help

Correct program but wrong output
i 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 ...