单项选择题

下列输出结果是()inta=0;while(a<5){switch(){case0:case3:a=a+2;case1:case2:a=a+3;default:a=a+5;}}System.out.print();

A、0
B、5
C、10
D、其他