Q207
How can you create a variable with the floating number 2.8?
A.
num = 2.8 float
B.
val num = 2.8
AnswerC.
float num = 2.8
D.
double num = 2.8
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board