This chapter introduces relational and logical operators. It also discusses the use of these operators to write Boolean expressions.
7. Car Rental Problem
Answer:
Yes. It is always good to test programs with values that are right at the limit.
Car Rental Problem
Car Rental Problem
A car rental agency wants a program to determine who can rent a car. The rules are:
- A renter must be 21 years old or older.
- A renter must have a credit card with $10,000 or more of credit.
The program looks something like the cookie program:
|
Question 7:
Complete the program by filling in the blanks.
Consider carefully what relational operators to use.