What is the value of the variable amountDue?
```
double price = 2.50;
double quantity = 5;
double amountDue = 0;
amountDue = price * quantity;
```
(a) 12
(b) 12.25
(c) 12.5
(d) 13
(c) 12.5
Computer Science & Information Technology
You might also like to view...
9) How many bytes are contained within 16-bits, 32-bits, 64-bits?
What will be an ideal response?
Computer Science & Information Technology
There should only be one terminator at the beginning of an algorithm and one terminator at the end of an algorithm.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The frame relay service can only be a long-distance service.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The Check Items Sitewide feature is a helpful tool for managing your internal links.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology