-->
当前位置:首页 > Luz 第2662页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Program and product dog

Luz5年前 (2021-05-10)389
In a company, programmers often have a bunch of todolings to do, and these todolings are assigned to them by product man…

PROGRAMMING:What is the date of the year

Luz5年前 (2021-05-10)329
Define a date class date, which contains data member year, month and day, and member function: constructor is used to in…

PROGRAMMING:Processing time of beverage

Luz5年前 (2021-05-10)414
A tea bar offers three kinds of drinks: tea, coffee and milk. The processing time of local tea is 50 seconds and that of…

PROGRAMMING:Declare the cuboid class, add a new member variable: weight, and add a function to calculate the surface area of the cuboid.

Luz5年前 (2021-05-10)392
Define a cuboid class, which has three attributes of length, width and height, and a function to calculate volume; To de…

PROGRAMMING:Declare the book class, record the total number of books, use the static variable assignment.

Luz5年前 (2021-05-10)425
Declare a Book class, whose data members are book name, number (using static variables to realize automatic numbering) a…

PROGRAMMING:Define classname interface, design class company, and realize the function of getting class name

Luz5年前 (2021-05-10)412
Define a classname interface with only one abstract method getclassname(); Design a class company, which implements the…

PROGRAMMING:Copy source code

Luz5年前 (2021-05-10)445
Write the program and copy the source code of the program file to the "temp. TXT" file in the directory where the progra…

PROGRAMMING:Output month

Luz5年前 (2021-05-10)461
Using if and switch to write the program fragment that converts the integer from 0 to 11 into December, assuming that th…

PROGRAMMING:The odd number array within 20 is stored in reverse order and output.

Luz5年前 (2021-05-10)461
There is an array of integers, which stores the sequence of 1, 3, 5, 7, 9, 11, 13, 15, 17, 19. The sequence is stored in…

PROGRAMMING:Definition and use of class

Luz5年前 (2021-05-10)618
Define a date class with data members year, month and day, representing year, month and day respectively, and several me…