下列程序段执行后s值为__。Int i=5, s=0;While(--i!=0){ if (i%2==1) continue; s+=i; } A、15B、9C、6D、4 发布时间:2025-06-04 13:11:26