单项选择题

为一个boolean类型变量赋值时,可以使用()方式

A.boolean = 1;
B.boolean a = "真";
C.boolean a == false;
D.boolean a = (9 >= 10);
微信扫码免费搜题