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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Make a little progress every day

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

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

Luz5年前 (2021-05-10)464
This problem requires programming, the input of N integers into the array a, and then calculate the average of these num…

PROGRAMMING:Statistical results (*)

Luz5年前 (2021-05-10)432
Input the score of a class, output the highest score, lowest score and average score.####Input format˃Class size $$n $$(…

PROGRAMMING:Isosceles triangle (1) (*)

Luz5年前 (2021-05-10)415
Please write a program to input the height of isosceles triangle and output the isosceles triangle composed of asterisk.…

PROGRAMMING:Character swallowing monster

Luz5年前 (2021-05-10)470
Little monster It seems that the teacher exposed his age...)There is a little monster that always changes or swallows so…

PROGRAMMING:Digital triangle

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

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

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

Luz5年前 (2021-05-10)408
The program reads in a positive integer at a time, and then outputs digits in reverse order. Note: when the input number…