Which of the following is the correct way to declare a variable that represents a price?

a. declare double price = 0;
b. int price = 0;
c. Integer price = 0.0;
d. double PRICE = 0.0;
e. double price;

e. double price;

Computer Science & Information Technology

You might also like to view...

A typical CPU can complete billions of machine cycles in one second

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____________________ jQuery UI widget provides a set of buttons, which may be linked to other pages or files.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology