Which one of the following statements initializes a variable with a decimal literal?

a. string display Price = "$14.99";
b. decimal budget = 450m;
c. int inventory = 150;
d. double volume = 30.25;

b. decimal budget = 450m;

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a self-contained program usually designed for a single purpose

Fill in the blank(s) with correct word

Computer Science & Information Technology

A header consists of one or more lines at the top of each page

Indicate whether the statement is true or false

Computer Science & Information Technology