当前位置:首页
> Luz 第2883页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Water Drinking
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
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
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
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
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
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
Define a date class CDATA, which has data members year, month, day, function members constructor, destructor, copy const…
PROGRAMMING:Pinch Pinch Pinch
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
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
Programming to solve the root of the quadratic equation AX ^ 2 + BX + C = 0, requires a, B, C input from the keyboard.Th…