单项选择题

阅读下列变量定义,选项中的运算表达式不正确的是()。
double i =10;
float j =5;
char b =’a’;
int a=0;

A.a/b;
B.a=a+j;
C.j/a;
D.a+=i;