考试
1970-01-01 08:00:00

(7-7)阅读程序,写出程序运行结果。 //写出程序运行结果

题目描述

(7-7)阅读程序,写出程序运行结果。 //写出程序运行结果 class Leg {// 腿    private int length;    public Leg(int length) {       this.length = length;    }    public int getLength() {       return length;    }    public void setLength(int length) {       this.length = length

答案解析

学生1 --- 学生1 --- 学生2 --- 学生2 --- 学生2

加载中...
AI正在思考中,请稍候...