Declare a variable x, suitable for storing values like 3.14159 and 6.02E23.

LANGUAGE: JAVA

CHALLENGE:

Declare a variable x, suitable for storing values like 3.14159 and 6.02E23.

SOLUTION:

float x;