题目内容

下面程序的功能是:输出100以内能被3整除且个位数为6的所有整数,请填空。using System;public class sample11{public static void Main() {int i,j;for (i=0; ____;i++){j=i*10+6;if(____)continue;Console.WriteLine("{0}",j);}}}

查看答案
更多问题

Directions:Fillintheblankswiththewordsgivenbelow.orderdrinktake your ordermindcheckA waiter will come soon to __________

Directions:Fillintheblankswiththewordsgivenbelow.orderdrinktake your ordermindcheckWould you like something to ________?

Directions:Fillintheblankswiththewordsgivenbelow.orderdrinktake your ordermindcheckJust a moment, please. I'll _________ the availability for you.

Directions:Fillintheblankswiththewordsgivenbelow.orderdrinktake your ordermindcheckI would like to _________ a large piece of fried chips.

答案查题题库