@ -15,9 +15,17 @@ cout << "A + B = " << a + b << '\n'
float m[4]={a+b, a-b, a*b, a/b};
float maxx=0;
for (int i=0; i<4; i++){
if(maxx<m[i]){
maxx=m[i];
}
cout<<endl<<"Maximum: "<<maxx;
if(maxx>m[i]){
cout<<endl<<"Minimum: "<<maxx;