老二同志
半吊子程序猿~~~吼吼
11 2008 档案
项目一:体重诊断
摘要:using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication5 { class Program { static double dHeight; //定义全局变量 dHeight和dWeight,分别表示身高和体重。 static double dWeight; static void Main(string[] args) //主函数,并调用各个函数。 { PrintTile(); if (login() == 0) //判断login()函数的返回值,如果函数的 阅读全文
posted @ 2008-11-26 11:21 老二同志 阅读(341) 评论(0) 推荐(1)