- 博客(8)
- 收藏
- 关注
原创 Java 面向对象的程序设计 虚数类练习
虚数类 (Complex Numbers) Create a class called Complex for performing arithmetic with complex numbers. Complex numbers have the form realPart + imaginaryPart * i where i is √–1 Write a program to test yo...
2020-04-04 14:55:30
562
转载 类和对象的基本使用
成绩: 70.0分 一、单选题 (题数:32,共 80.0 分) 14.1 Q1: Which of the following statements is true?(2.5分)0.0 分 A、 Constructors can specify parameters and return types. B、 Constructors can specify parameters but not ...
2020-03-31 15:48:01
463
1
原创 Basic Java Quiz
成绩: 72.5分 一、单选题 (题数:40,共 100.0 分) 13.6 Q5: Which of the following statements is true?(2.5分)0.0 分 A、 Both syntax errors and logic errors are caught by the compiler. B、 Both syntax errors and logic erro...
2020-03-31 15:46:26
457
原创 Java 面向对象的程序设计 第一周练习
成绩: 83.4分 最高成绩:83.4分 作答记录 一.单选题(共6题,100.0分) 1 1.1 Q2: Which edition of Java is geared toward developing large-scale, distributed networking applications and web-based applications? A、 Standard Edi...
2020-03-31 15:42:51
461
原创 Java 面向对象的程序设计 第二周练习
成绩: 92分 最高成绩:96.0分 一.单选题(共25题,100.0分) 1 2.2 Q5: Which command compiles the Java source code file Welcome.java? A、 cd Welcome.java B、 javac Welcome.java C、 java Welcome.java D、 compile Welcome.ja...
2020-03-31 15:40:57
743
转载 类的基本使用(填空)
作答记录 一.填空题(共1题,100.0分) public class Account { private 1 name; public 2 setName(String n){ this.name = 3 ; } public 4 getName(){ return name; } } import java.util.Sc...
2020-03-31 15:37:56
235
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人