摘要: while的用法:public class xunhuan { public static void main(String[] args) {//循环 int i=10; while(i>0){ if (i==8){ ... 阅读全文
posted @ 2015-12-03 18:42 琦仔 阅读(296) 评论(0) 推荐(0)
摘要: Java基础语句 阅读全文
posted @ 2015-12-03 18:29 琦仔 阅读(156) 评论(0) 推荐(0)
摘要: public class tizhong2 { public static void main(String[] args) { String person="男性"; double s=180; double t=30; double ... 阅读全文
posted @ 2015-12-03 18:22 琦仔 阅读(804) 评论(0) 推荐(0)