单项选择题

下列程序执行后,baz的值应是( )。   int index=1;   int fox[ ]=new int[3];   Int bar=fox[index];   int baz:bar+index;

A.0
B.1
C.2
D. 编译错误