当前位置:首页
> Luz 第2872页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Make a little progress every day
The 365th power of 1.01 is about equal to 37.78, which means a little progress every day, a year in a row, and the amoun…
PROGRAMMING:Grade (*)
Please write a program to determine the grade of students according to their scores.```Grade[90, 100] A [80, 90) B…
PROGRAMMING:Output all numbers greater than the average
This problem requires programming, the input of N integers into the array a, and then calculate the average of these num…
PROGRAMMING:Statistical results (*)
Input the score of a class, output the highest score, lowest score and average score.####Input format˃Class size $$n $$(…
PROGRAMMING:Isosceles triangle (1) (*)
Please write a program to input the height of isosceles triangle and output the isosceles triangle composed of asterisk.…
PROGRAMMING:Character swallowing monster
Little monster It seems that the teacher exposed his age...)There is a little monster that always changes or swallows so…
PROGRAMMING:Digital triangle
Bessie taught the cows to build a digital triangle. It is constructed from two numbers: size and seed. The size $$n (1 ˂…
PROGRAMMING:Counts the number of occurrences of each character in the string
This topic requires reading in a string, statistics of the number of times each character appears in the string, the out…
PROGRAMMING:Finding the area of trapezoid
Input the top, bottom and height of a trapezoid from the keyboard, calculate the area of the trapezoid and output the re…
PROGRAMMING:Output digital in reverse order
The program reads in a positive integer at a time, and then outputs digits in reverse order. Note: when the input number…