The line of Java code that declares a double variable named x and initializes it to the value 90.24 is:
double x = 90.24;
This declares a variable of type double with the identifier "x" and assigns it the value 90.24.
9.4m questions
12.2m answers