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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The even number in the array is divided by 2, and the odd number is multiplied by 2

Luz5年前 (2021-05-10)355
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

Luz5年前 (2021-05-10)448
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

Luz5年前 (2021-05-10)462
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

Luz5年前 (2021-05-10)518
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 '#'

Luz5年前 (2021-05-10)463
Count the number of each numeric character and the number of other characters in the string ending with "#" entered from…

PROGRAMMING:Sort 3 strings

Luz5年前 (2021-05-10)412
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

Luz5年前 (2021-05-10)435
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

Luz5年前 (2021-05-10)388
Please program and print the following figure.![](~/ 242)###Output format:The output is as shown in the figure above. Th…

PROGRAMMING:Assign values of elements with even subscripts to array n

Luz5年前 (2021-05-10)377
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

Luz5年前 (2021-05-10)436
Input three integers x, y, Z, please output these three numbers from small to large.###Input format:Enter three integers…