当前位置:首页
> Luz 第2675页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:The sum of even numbers in an array
Find the sum of even numbers in any 10 integers.###Input format:Enter 10 integers separated by spaces on one line.###Out…
PROGRAMMING:Sequencing
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
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
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
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
Use two-dimensional array output as shown in the figure.###Output format:Complete output 7 rows and 7 columns…
PROGRAMMING:Removes the specified character from the string
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
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
Insert a number into an array that has been arranged in ascending order. After insertion, the elements of the array are…
PROGRAMMING:Intercept string
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…