码迷,mamicode.com
首页 > 编程语言 > 详细

javaplus

时间:2017-10-29 16:48:15      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:main   form   system   int   mat   pack   his   inf   static   

package test; public class Human { String name; char sex; int age; float height; float weight; public Human(String Name,char Sex,int Age){ this.name=Name; this.sex=Sex; this.age=Age; } public void information(){ System.out.println(name+"\n"+sex+"\n"+age); } public void eat(){ System.out.println("eat food"); } public static void main(String[] args){ new Human("李建",‘男‘,18); } }

javaplus

标签:main   form   system   int   mat   pack   his   inf   static   

原文地址:http://www.cnblogs.com/jgrs/p/7750173.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!