文件名称:TriangleExcep1
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
个人原创代码:Java异常处理程序。编写Java Application程序,写一个方法void sanjiao(int a,int b,int c),判断三个参数是否能构成一个三角形,如果不能则抛出异常IllegalArgumentException,显示异常信息a,b,c+”不能构成三角形”,如果可以构成则显示三角形三个边长,在主方法中得到命令行输入的三个整数,调用此方法,并捕获异常。-Personal original code: Java exception handling procedures.Write java application procedures, write a method a void sanjiao (int a, int b, int c), to determine whether the three parameters form a triangle, if not an exception is thrown IllegalArgumentException, display the exception information to a, b, and c+ "can not constitutetriangle "can constitute a triangle the three sides of a long, three integers, the input of the command line in the main method call this method and catch the exception.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
本Java程序设计详细要求.txt
TriangleExcep1.java
TriangleExcep1.java