What would be the value of discountRate after the following statements are executed?
Double discountRate = 0.0;
Int purchase = 1250
Char cust = 'N';
If (purchase > 1000
If (cust == 'Y')
DiscountRate = 0.05;
Else
DiscountRate = 0.04;
Else if (purchase > 750)
If (cust == 'Y')
DiscountRate = 0.04;
Else
DiscountRate = 0.03;
Else
DiscountRate = 0.0;
A) 0.0
B) 0.04
C) 0.05
D) 0.03
Correct Answer:
Verified
Q5: If the expression on the left side
Q15: What will be the value of bonus
Q16: In an if-else statement, if the boolean
Q17: A flag may have the values
A) defined
Q18: What will be displayed when the following
Q19: A block of code is enclosed in
Q21: Enclosing a group of statements inside a
Q22: The _ statement is used to create
Q23: Which of the following statements determines whether
Q25: Which of the following expressions determines whether
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents