当前位置:首页
> Luz 第2934页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Hard disk repair
###Title DescriptionOne day, the school's server failure, resulting in damage to the hard disk. Because the hard disk st…
PROGRAMMING:The judgment point is inside or outside the circle
Enter five data, which are the center position coordinates x and y of circle C, the radius of circle, and the position c…
PROGRAMMING:Sum is two numbers of a certain value
There is an integer array l with n elements. Please find out the two unequal elements in the array and s, and output the…
PROGRAMMING:Grand Line
"I'm the man who wants to be the pirate king!", While shouting such slogans, Luffy embarked on the arduous journey of th…
PROGRAMMING:Xiangxiang's walkie talkie
In order to communicate with Lan Lan quickly at any time, Xiang Xiang arranged two walkie talkies.Xiangxiang and Lanlan…
PROGRAMMING:3.9 - use the ternary operator to determine whether the two numbers entered are equal
Replace the if in the program in listing 3-6 with the conditional operator (trinomial operator) to achieve the same func…
PROGRAMMING:3.8 - calculate the difference between two integers and display
Use the if statement to replace the conditional operator in the code listing 3-15 program to achieve the same function.L…
PROGRAMMING:Total number of days to any date
Programming realization: input the value of year, month and day of any date, and find out the total number of days from…
PROGRAMMING:3.7 - enter four integers to display the maximum value
Write a program to calculate the maximum value of the four integers and display.Pay attention to the if statement[Mingji…
PROGRAMMING:3.10 - calculate whether two of the three integers are equal
Write a program, such as the following input three integers, if the three numbers are equal, then the display "three val…