/* SUM, AVERAGE */ #include #include using namespace std; int main(int argc, char *argv[]) { system("chcp 1253"); int number; /* ακέραιοι */ int total = 0; /* άθροισμα */ int count = 0; /* πλήθος */ int terma; // τερματιστής cout<<"===============AGNWSTO PLHTHOS AKERAIWN=============="<>terma; cout<<"DWSE AKERAIO GIA ATHROISH: "; cin>>number; while (number != terma) { total += number; count=count + 1; cout<<"DWSE AKERAIO GIA ATHROISH: "; cin>>number; } cout<<"TELOS EISODOY.\n"; cout<<"ATHROISMA -> "< "< 1) {cout<<"MESOS OROS (AKERAIOS) -> "< "<<(float) total / count<