Solved

To Convert the Double Variable, D = 543

Question 6

Multiple Choice

To convert the double variable, d = 543.98, to a string, use the following statement:


A) String str = Double.toString(d) ;
B) String str = double.toString(d) ;
C) String str = double(d) ;
D) String str = d.Double.toString(str) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions