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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Sorting prime numbers in a [10] array

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

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

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

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

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

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

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

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

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

Luz5年前 (2021-05-10)331
Use 3 × The two-dimensional character array of 20 stores three strings, finds out the largest string and outputs it.###I…