Q11
What is the correct way to declare a floating-point variable in C#?
A.
var num;
B.
Num float;
C.
double num;
D.
float num;
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board