Computer Science, asked by kavya0987, 1 year ago

write the statement to convert a number stored in a string variable 'num' to a double data type.​

Answers

Answered by Anonymous
14

So,

String num;

num=Double.parseDouble(num);

Please mark brainliest

Similar questions