Look at the following variable declaration. What value will be stored in the variable x?
double x = 1/2;
There are no hints for this question