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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Water Drinking

Luz5年前 (2021-05-10)430
A crow was thirsty, circled lowly to find water to drink. After searching for a long time, the crow finally found a wate…

PROGRAMMING:Judging login information -- Java string comparison

Luz5年前 (2021-05-10)488
Receive two strings from the keyboard, the first represents the user name and the second represents the password.(1) If…

PROGRAMMING:Binary bit operation in Java

Luz5年前 (2021-05-10)367
This topic requires reading in 2 integers and a character, and then according to the value of the character, the corresp…

PROGRAMMING:(combination class) point is a plane two-dimensional point class, line is a combination class composed of two point points

Luz5年前 (2021-05-10)362
Define the plane two-dimensional point class (x, y coordinates, constructor, copy constructor, output function). Line cl…

PROGRAMMING:Judge leap year and day of week

Luz5年前 (2021-05-10)519
Enter the value of month, year and day (all integer numbers), output whether the year is a leap year, and output the day…

PROGRAMMING:Ask for the next day

Luz5年前 (2021-05-10)459
Enter the value of month, year and day (all integer numbers) and output the next day of the date. Among them, the legal…

PROGRAMMING:Returns the week information of the date

Luz5年前 (2021-05-10)407
Define a date class CDATA, which has data members year, month, day, function members constructor, destructor, copy const…

PROGRAMMING:Pinch Pinch Pinch

Luz5年前 (2021-05-10)611
To tell the whole truth, creating a great number of programming problems is a huge project, Little Gyro was quite manic…

PROGRAMMING:The first n days

Luz5年前 (2021-05-10)429
Input the value of month, year and day (all integer numbers), and input an integer number n with a value range of [- 10,…

PROGRAMMING:Solving quadratic equation of one variable

Luz5年前 (2021-05-10)489
Programming to solve the root of the quadratic equation AX ^ 2 + BX + C = 0, requires a, B, C input from the keyboard.Th…