05 2019 档案

摘要:源代码: package 抛出异常; public class 实验 { public static void main(String[] args) { point p=new point(1,3); point p1=new point(1,2); point p2=new point(1,1) 阅读全文
posted @ 2019-05-21 09:40 ◉‿◉ 阅读(156) 评论(0) 推荐(0)
摘要:package 计算圆锥体面积; class abc extends yuanzhuiti implements Area,Volume { final double PI=3.14;public double volume(double r,double h) { double v; v=r*h/ 阅读全文
posted @ 2019-05-15 19:34 ◉‿◉ 阅读(192) 评论(0) 推荐(0)
摘要:源程序代码为: package 查找例子; import java.util.Scanner; public class Student { public int i=0,id=1,nj,x; public static int count=1,count1=1; public static dou 阅读全文
posted @ 2019-05-06 20:44 ◉‿◉ 阅读(245) 评论(0) 推荐(0)