// max 3 akeraiwn me synarthsh #include #include using namespace std; int maximum(int, int, int); //prototype // max 3 akeraiwn int main(int argc, char *argv[]) { int a, b, c; cout<<"Dose 3 akeraious: "; cin>>a>>b>>c; cout<<"Max einai: "< max ) max = y; if ( z > max ) max = z; return max; }