Ask a New Question
Search
what is the value of the variable?
double dNum= 6.23
A. 6
B. 6.0
C. 6.23
D. 0.0
E. error: possible loss of precision
Ask a New Question
or
answer this question
.
Similar Questions
what is the value of the variable?
double dNum= 6.23 A. 6 B. 6.0 C. 6.23 D. 0.0 E. error: possible loss of precision
3 answers
what is the value of the valuable double dNum=5
A. 5 B. 5.0 C. 0 D. 0.0 E. error: possible loss of precision please help and
1 answer
Which one of the following is legal to declare and initialize a pointer to a double value? (Assume dPtr is a pointer variable
1 answer
What is wrong with the code below? (Choose all that apply) int guess = 42.07; Group of answer choices You cannot store a double
1 answer
more similar questions