当前位置:首页
> Luz 第2947页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output centigrade Fahrenheit temperature conversion table
Enter 2 positive integers lower and upper (- 20 ˂ = lower ˂ = upper ˂ = 50) to represent the centigrade range. Please ou…
PROGRAMMING:Have you Kwai done today?
Kwai is a relatively short video app software, which updates some interesting videos every day, so its appearance has be…
PROGRAMMING:For loop exercise: print a specific range of square root table, output in the specified format.
Read in a positive integer x within 10 (the variable name in the program is not necessarily x, self-defined), and output…
PROGRAMMING:For loop exercise: find the cumulative sum of 1 to X and output the result value directly.
From the keyboard input data within 100 data X (x for general, variable name custom) output 1 to x sum.###Input format:X…
PROGRAMMING:5.1 - assign values 01234 to array elements in turn
Modify the program in code listing 5-3 to assign values of 0, 1, 2, 3, 4 to the elements in the array from the beginning…
PROGRAMMING:For loop exercise: output the square root of all numbers from 1 to X and output by line.
Read in a positive integer x within 10 (the variable name in the program is not necessarily x, self-defined), and output…
PROGRAMMING:For loop exercise: 1 to x cumulative sum, and output in the specified format.
It is required to read in an integer x, and then output the sum of 1 + 2 + 3 +... X.###Input format:Positive integer x##…
PROGRAMMING:5.2 - assign 54321 values to array elements in turn
Modify the program in code listing 5-3 to assign values of 5, 4, 3, 2, and 1 to the elements in the array from the begin…
PROGRAMMING:The simplest if else exercise: multiplication or addition?
Read in 2 real numbers from the keyboard, and then enter 1 integer (0 or 1, regardless of illegal input). According to t…
PROGRAMMING:Input and output Chinese characters. Please print "programming day in the afternoon, heart pan pain.". There are so many traps, who can I tell you“
This topic requires printing fixed Chinese characters.###Input format:There is no need to input.###Output format:The fir…