Which of the following creates a variable that can store real numbers? a. Double totalDue = '0.0';

Question:

Which of the following creates a variable that can store real numbers? 

a. Double totalDue = '0.0'; 

b. Double totalDue = 0.0; 

c. Double totalDue = "0.0"; 

d. TotalDue = 0.0;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: