摘要: 1.室友带饭 叫室友带饭现在是一个非常普遍的一个现象,比如某个人在认真的打着游戏,就会委托室友给他带饭回来。那我们在程序中怎么来实现这个过程呢?using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 委托1{ //小明 class XiaoMing { public static void Help() { Console.WriteLine("哼!自己在寝室玩游戏不去吃饭叫我带,我欠你的呀!"); } } //Program代表打游戏叫小明带饭的 阅读全文
posted @ 2012-05-01 20:26 Smart_Coder 阅读(295) 评论(0) 推荐(0) 编辑