当前位置:首页
> Luz 第2681页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Sorting prime numbers in a [10] array
Enter 10 positive integers into the a array to sort the prime numbers in the a [10] array in ascending order.###Input fo…
PROGRAMMING:A number is inserted into an ordered sequence
Use the insertion method to sort, assuming that N data of X array have been arranged in descending order, now insert a n…
PROGRAMMING:One dimensional array Max and min swapping
Find out the maximum and minimum values in the one-dimensional array with 10 elements, and swap the positions of the two…
PROGRAMMING:Finding the average of prime numbers in a [10]
Input 10 positive integers into the a array to find the average value of primes in the a array.###Input format:Enter 10…
PROGRAMMING:Calculate the average score and output the student's score below the average score
Input the scores of some (˂ 20) students from the keyboard, calculate the average score, output the students' scores low…
PROGRAMMING:Sort each row of two-dimensional array
A four × 5 integer two-dimensional array, input data from the keyboard, and arrange each row of the array from small to…
PROGRAMMING:The product of main diagonal elements and sub diagonal elements of square matrix
Find a five × The sum of the main diagonal elements and the product of the sub diagonal elements of a square matrix.###I…
PROGRAMMING:Count the number of letters, numbers, spaces and other characters in the string
Count the number of letters, numbers, spaces and other characters in the string.###Input format:Enter a string no more t…
PROGRAMMING:Sort each column of two dimensional array
A four × 5 integer two-dimensional array, input data from the keyboard, and the array of each column in the order from s…
PROGRAMMING:Find the largest of the three strings
Use 3 × The two-dimensional character array of 20 stores three strings, finds out the largest string and outputs it.###I…