面向对象程序设计作业

面向对象程序设计作业,第1张

23. //

24.cin

25.MAIN

26.复合

27.>>

28.#include

29.#

30.

31.a i++ i

32.0 0 2 3 x!=y x=y

33.10,20

34.class Rectangle {

private:

int width

int height

public:

Rectangle(int w,int h): width(w),height(h){}

~Rectangle(){}

int Circumference(){return width*2 + height*2;}

int Square(){return width*height}

}

35.求10个100以内的质数

1:D

2:A

3:B

4:A

5:B

6:A

7:B

8:D

9:C

10:D

11:B

12:D


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/11089156.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-13
下一篇 2023-05-13

发表评论

登录后才能评论

评论列表(0条)

保存