单项选择题

int i=0;do i++;while(i*i<10);这个do循环语句中,其循环体被执行的次数为()。

A.4
B.3
C.5
D.2