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