MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements declares a variable that can contain a decimal number? |
| A. | dec payRate; |
| B. | dec hourlyPay |
| C. | float payRate |
| D. | float hourlyPay; |
| E. | None of the above |
| Answer» E. None of the above | |