For the input values of A and B, use the program to determine the value of Y.

Question:

For the input values of A and B, use the program to determine the value of Y.
LET C = A * B
IF ((C ( 10) AND (A < 0)) OR (B < 0)
THEN LET Y = 7
ELSE LET Y = 0
(a) A = -2, B = -6
(b) A = -1, B = -6
(c) A = -2, B = 6
(d) A = 6, B = -1
(e) A = 4, B = 3
(f) A = 3, B = 1
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Finite Mathematics and Its Applications

ISBN: 978-0134768632

12th edition

Authors: Larry J. Goldstein, David I. Schneider, Martha J. Siegel, Steven Hair

Question Posted: