以下变量初始化语句中,正确的有 (     )
A、boolean flag = true;
B、int i = 32;
C、float r = 10.0;
D、double pi = 3.1415926;
E、int value = 32.0;