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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The sum of even numbers in an array

Luz5年前 (2021-05-10)499
Find the sum of even numbers in any 10 integers.###Input format:Enter 10 integers separated by spaces on one line.###Out…

PROGRAMMING:Sequencing

Luz5年前 (2021-05-10)482
The one-dimensional array composed of N integers is sorted from small to large by order method and then output (4 ˂ n ˂…

PROGRAMMING:Reverse order of string

Luz5年前 (2021-05-10)424
Put the characters in a string in reverse order. If the string is "ABCDE", it should be "edcba" after being stored in re…

PROGRAMMING:Minimum value and subscript of one dimensional array

Luz5年前 (2021-05-10)621
There are five integers in an array. It is required to find out the first decimal and its subscript, and then exchange i…

PROGRAMMING:Matrix transpose

Luz5年前 (2021-05-10)410
Put a 3 × 3 matrix transpose (row and column Interchange).###Input format:Enter nine integers less than 100 in a row, se…

PROGRAMMING:Hourglass figure

Luz5年前 (2021-05-10)440
Use two-dimensional array output as shown in the figure.![](~/ 215)###Output format:Complete output 7 rows and 7 columns…

PROGRAMMING:Removes the specified character from the string

Luz5年前 (2021-05-10)372
Delete the specified character in the string. The string and the character to be deleted are entered by the keyboard.###…

PROGRAMMING:Array average and less than or equal to the average of the number of real numbers

Luz5年前 (2021-05-10)344
Find the average value of the given {23.5, 45.67, 12.1, 6.4, 58.9, 98.4} 6 real numbers, and count the number of real nu…

PROGRAMMING:Insert a number into the array

Luz5年前 (2021-05-10)405
Insert a number into an array that has been arranged in ascending order. After insertion, the elements of the array are…

PROGRAMMING:Intercept string

Luz5年前 (2021-05-10)362
Enter a string from the keyboard, and then enter two integers m and N to copy the n characters of the string from the ch…