Solved

Which of the Following Statements Converts a Double Variable Named

Question 36

Multiple Choice

Which of the following statements converts a double variable named tax to a string and stores the value in the String object named str?


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

Correct Answer:

verifed

Verified

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

Related Questions