do…while循环是先执行循环体,后判断条件表达式是否成立;while循环是判断条件表达式,再决定是否执行循环体。
查看答案
下面程序段输出的结果是什么class Sample{ static void Swap(refint x, refint y) { int tmp; tmp = x; x = y; y = tmp; } static void Main(string[] args) { int a = 30, b = 40; Swap(refa, refb); Console.WriteLine("{0},{1}", a, b); Console.ReadKey(); }}
Directions: Choose the best answer which has the closest meaning of the underlined word.My mother always contended that it was never too late to send a thank-you note, but, like all gracious gals of her generation, she never tarried more than a few days anyway.
A. retarded
B. delayed
C. lingered
D. remained
This is gratitude's dirty side—a thank-you as buttering up or bribery.
A. bride
B. brick
C. corruption
D. bribe
What I had heard altered the look of the world, induced in me a temporary paralysis of will and impulse.
A. aroused
B. caused
C. deduced
D. seduced