当前位置:首页
> Luz 第2813页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Find the maximum of 10 integers
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
Input a Fahrenheit temperature and output a centigrade temperature. The conversion formula is: C = 5 (f-32) / 9.###Input…
PROGRAMMING:Divide apples
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
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
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
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
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
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
Input an integer x, calculate the corresponding function value y and output, the formula is as follows: if x is between…
PROGRAMMING:Calculate Postage
Input the weight of goods x (an integer), calculate the corresponding postage y and output it. The calculation formula i…