in Education by
write the statement to convert a number stored in a string variable ‘num’ to a double data type. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
So, String num; num=Double.parseDouble(num); Please mark brainliest

Related questions

0 votes
0 votes
    Write the output: num=1 def myfunc(): num=10 return num print(num,end=’ ‘) print(myfunc()) Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Wt is octal number system write steps. To convert the octal convertion Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Write a program to convert a decimal number into binary number using function Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    class Modulus { public static void main(String args[]) { double a = 25.64; int b = 25; a = a % 10; b = b % 10; ... (a + + b); } } Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    import java.io.*; class employee { int pan; String name; double taxincome; double tax; void input(int p1, ... help something is wrong Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    What are the basic difference between variable and data type in the c? Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    → Write a program to print your details int soll Number, string className, string Name. I want this program with ... for lifetime Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    write a program that inputs a strig and then print the string, equal to number of times its length Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    5. Write a program to count the number of spaces, upper case and lower case characters in a string, where the ... entered by the user Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    String Slicing means: 1.to convert the string in capital 2.to check whether a string has more than one ... in reverse order computet Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    Write one sentence of each type- Declarative statement and Interrogative statement Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    What will be the output of the program? #include #include void fun(char *msg, ); int main() { fun( indiabix , 1, 4, ... 7 11 0 1 4 7? Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
...