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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Find the maximum of 10 integers

Luz5年前 (2021-05-10)467
Input 10 integers, save them into an array, find out the maximum value and output.###Input format:Enter 10 integers, sep…

PROGRAMMING:Fahrenheit to centigrade

Luz5年前 (2021-05-10)372
Input a Fahrenheit temperature and output a centigrade temperature. The conversion formula is: C = 5 (f-32) / 9.###Input…

PROGRAMMING:Divide apples

Luz5年前 (2021-05-10)308
There are n apples in a bag. Each child can be divided into 4 apples. How many apples can be divided among them? How man…

PROGRAMMING:Converts an uppercase English letter to lowercase output

Luz5年前 (2021-05-10)492
Input an English capital letter, convert it to the corresponding lowercase letter and output.###Input format:Enter a cap…

PROGRAMMING:Exchange the values of two variables and output them

Luz5年前 (2021-05-10)418
Enter two integers and save them to variables A and B. exchange the values of the two variables and output them.###Input…

PROGRAMMING:Find the smallest of 10 integers

Luz5年前 (2021-05-10)430
Input 10 integers, save them into an array, find out the minimum value and output.###Input format:Enter 10 integers, sep…

PROGRAMMING:Test scores correspond to grades

Luz5年前 (2021-05-10)371
Enter a percentage system integer score to get the corresponding grade score.It is known that the corresponding relation…

PROGRAMMING:Simulate the symbolic function function

Luz5年前 (2021-05-10)429
Enter an integer. If it is greater than 0, output 1. If it is less than 0, output - 1,If it is equal to 0, output 0.###I…

PROGRAMMING:Piecewise function calculation

Luz5年前 (2021-05-10)433
Input an integer x, calculate the corresponding function value y and output, the formula is as follows: if x is between…

PROGRAMMING:Calculate Postage

Luz5年前 (2021-05-10)409
Input the weight of goods x (an integer), calculate the corresponding postage y and output it. The calculation formula i…