单项选择题

下列布尔变量定义中,正确并且规范的是

A.BOOLEAN canceled=false;
B.boolean canceled=false;
C.boolean CANCELED=false;
D.boolean canceled=FALSE;