CIS162AB22 Nested if Statements - Indented if (qty > 0) if (qty < 51) subtotal = qty * price; else cout << “Quantity must be < 51”; else cout 0”;