Multiple Choice
What are the values of num1 and num2 after this snippet executes? double num1 = 4.20;
Double num2 = num1 * 10 + 5.0;
A) num1 = 4.20 and num2 = 63.0
B) num1 = 4.20 and num2 = 47.0
C) num1 = 42.0 and num2 = 42.0
D) num1 = 42.0 and num2 = 47.0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: How do you compute the length of
Q35: The first step in problem solving is<br>A)To
Q53: Which one of the following statements displays
Q62: What is the result of the following
Q88: What is the value inside the var
Q89: Assuming that the user enters 23 and
Q92: What is the difference between the result
Q94: Which of the following statements places input
Q95: Given the definition final double PI
Q96: What is the output of this code