有以下程序Main(){ int i,s=0;For(i=1;i<10;i+=2) s+=i+1;Printf("%d\n",s);}程序执行后的输出结果是______。
A.自然数1~9的累加和
B.自然数1~10的累加和
C.自然数1~9中奇数之和
D.自然数1~10中偶数之和
正确答案是D