- 博客(2)
- 收藏
- 关注
原创 创建矩阵类,求所有元素之和,创建方阵子类,继承父类并构造求对角线之和方法;
package main2;public class main2 { public static void main(String[] args) { parent p1=new parent(6,7); System.out.println("所有元素和为;"+p1.sum()); son p2=new son(6,7); System.out.println("对角线元素和为;"+p2.sum2()); Sys...
2022-03-27 20:19:26 391 1
原创 定义一个person类和teacher类及student类
package test;public class test { public static void main(String[] args) { prison t1= new prison("王","男",20); teacher t2=new teacher("张","女",40,"老师","计算机学院"); student t3=new student("李","男",20,"001","计202"); System.out....
2022-03-25 15:50:04 5278 3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人