@ -13,4 +13,12 @@ int main()
<< "A / B = " << a / b << '\n';
float max;
if (a>b){
max =a;
}
else{
max =b;
cout <<" max = " << max << endl;