What will be the value of discountRate after the following statements are executed?

```
double discountRate = 0.0;
int purchase = 100;
if (purchase > 1000)
discountRate = 0.05;
else if (purchase > 750)
discountRate = 0.03;
else if (purchase > 500)
discountRate = 0.01;
```

a. 0.0
b. 0.05
c. 0.03
d. 0.01


a. 0.0

Computer Science & Information Technology

You might also like to view...

What is listed under this heading?

What will be an ideal response?

Working in the Processes Tab
a. Open a command prompt and a web browser.
Microsoft Edge is used in this lab; however, any web browser will work. Just substitute your browser name whenever you see Microsoft Edge.
b. Right-click the Task bar to open Task Manager. Another way to open the Task Manager is to press Ctrl-Alt-Delete to access the Windows Security screen and select Task Manager.
c. Click More details to see all the processes that are listed in the Processes tab.

d. Expand the Windows Command Processor heading.

Computer Science & Information Technology

Each data source in a master bibliography database is stored within an individual ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In the OpenOffice Calc application, each cell is referred to by its unique cell ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is User Datagram Protocol (UDP)?

What will be an ideal response?

Computer Science & Information Technology