Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: How is the % modulus)operator used? What
Q2: Java is an interpreted language.
Q4: The value of the expression int)27.6 evaluates
Q5: An advantage of using the Unicode character
Q6: Why is using named constants a good
Q7: In Java,the equal sign is used as
Q8: What is the value of the variable
Q9: The result of integer division is truncated
Q10: Identify the invalid Java identifier.<br>A)1Week<br>B)Week1<br>C)amountDue<br>D)amount_due
Q11: Write a Java statement to access the