double money = 60000.00;//存款金额
if (money >=100000)
console.write("送一台微波炉");
if(money>=50000)
console.write("送一套茶具");
if(money>=10000)
console.write("送一袋大米");
else
console.write("没有礼品");
Console.Write
额,大小写没区分。 写惯了VS...