Advertisements
Advertisements
प्रश्न
Write a statement to perform the following task on a string:
Convert a number stored in a string variable x to double data type.
कोड लेखन
उत्तर
double p = Double.parseDouble(x);
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 4: String Handling - EXERCISES [पृष्ठ २८९]