java源程序.doc

上传人:asd****56 文档编号:79334391 上传时间:2023-03-21 格式:DOC 页数:4 大小:31.50KB
返回 下载 相关 举报
java源程序.doc_第1页
第1页 / 共4页
java源程序.doc_第2页
第2页 / 共4页
点击查看更多>>
资源描述

《java源程序.doc》由会员分享,可在线阅读,更多相关《java源程序.doc(4页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、package com.wsy;public class cricle public static void main(String args)System.out.println(hello world);public class Fruit public String color;public Fruit()color =绿色;public void harvest()String color = 红色;System.out.println(水果是:+color+的!);System.out.println(水果已经收获。);System.out.println(水果原来是:+this.c

2、olor+的!);public static void main(String args)Fruit fruit = new Fruit();fruit.harvest();水果是:红色的!水果已经收获。水果原来是:绿色的!public class Circ final float PI = 3.14159f;public float r = 0.0f;public float getArea()float area = PI*r*r;return area;public float getCircumference(float r)float circumference = 2*PI*r;r

3、eturn circumference;public static void main(String args)Circ circ = new Circ();circ.r = 20;float r = 20;float area = circ.getArea();System.out.println(圆的面积为:+area);float circumference = circ.getCircumference(r);System.out.println(圆的周长为:+circumference);圆的面积为:1256.636圆的周长为:125.663605public class Anima

4、l public boolean live = true;public String skin = ;public void eat()System.out.println(动物需要吃东西);public void move()System.out.println(动物会运动);public class Bird extends Animalpublic String skin = 羽毛;public void move()System.out.println(鸟会飞翔);public class Zoo public static void main(String args)Bird bir

5、d = new Bird();bird.eat();bird.move();System.out.println(鸟有:+bird.skin);动物需要吃东西鸟会飞翔鸟有:羽毛/从控制台获取用户输入的字符串信息import java.io.*;public class InputStreamGetStr public static void main(String args)InputStream is = System.in;trybyte bs = new byte50;int i = is.read(bs);/用于诵读输入的字符串所占用的字节数(再加2(这个点不懂)System.out.

6、println(控制台输入的内容:+new String(bs).trim();System.out.println(i);is.close();catch(IOException e)e.printStackTrace();/如何通过OutputStream类向控制台输出字符串信息import java.io.*;public class OutPutStreamWriteStr public static void main(String args)OutputStream out = System.out;trybyte bs = 本例使用OutputStream输出流,在控制台输出字符串n.getBytes();out.write(bs);bs = 输出内容:n.getBytes();out.write(bs);bs = 明日科技有限公司.getBytes();out.write(bs);out.close();catch(IOException e)e.printStackTrace();

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 技术资料 > 其他杂项

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁