当前位置:首页
> Luz 第2683页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:The even number in the array is divided by 2, and the odd number is multiplied by 2
Divide all even numbers in 10 numbers by 2, multiply all odd numbers by 2 and output these values.###Input format:Enter…
PROGRAMMING:bubble sort
To sort the middle 10 elements of an array with 20 elements from large to small requires bubble sorting.###Input format:…
PROGRAMMING:Find the sum of elements of two-dimensional array except four borders
Seek 5 × The sum of the elements of the array except the four borders.###Input format:Input 5 rows and 5 columns of the…
PROGRAMMING:Sum of upper right triangle elements of square matrix
Find a five × The sum of the elements of the upper right triangle (including the diagonal) of the array.###Input format:…
PROGRAMMING:The number of each numeric character and other characters in the string ending with '#'
Count the number of each numeric character and the number of other characters in the string ending with "#" entered from…
PROGRAMMING:Sort 3 strings
Input the names of three students, and output the list of students in ascending order.###Input format:Enter the names of…
PROGRAMMING:Student's grade average
There are five students, and each student has three course scores. Input the above data from the keyboard (including stu…
PROGRAMMING:Print right angle graphics
Please program and print the following figure.###Output format:The output is as shown in the figure above. Th…
PROGRAMMING:Assign values of elements with even subscripts to array n
Input the value of 10 elements from the keyboard and store it into one-dimensional array m, then assign the element valu…
PROGRAMMING:Three numbers output from small to large
Input three integers x, y, Z, please output these three numbers from small to large.###Input format:Enter three integers…