当前位置:首页
> Luz 第2635页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Calculating piecewise function [3]
This topic requires the calculation of the following piecewise function $$f (x) $:###Input format:The input gi…
PROGRAMMING:Calculate Fahrenheit temperature
This problem requires the preparation of procedures to calculate the temperature of 26 degrees Celsius ° C in Fahrenheit…
PROGRAMMING:Assign the square of X to y
Assuming that the value of $$x $$is 3, calculate the square of $$x $$and assign it to $$y $$to output the values of $$x…
PROGRAMMING:The digits of the integer 152
This problem requires the preparation of procedures, the output of integer 152 digits, 10 digits and 100 digits of the v…
PROGRAMMING:Address book sorting
Input the information of n friends, including name, birthday, telephone number, the problem requires the preparation of…
PROGRAMMING:Calculate deposit interest
This topic requires the calculation of deposit interest, the calculation formula is $$interest = money times (1 + rate)…
PROGRAMMING:Calculate train running time
According to the train's departure time and arrival time, we need to write a program to calculate the time of the whole…
PROGRAMMING:Sum of powers
This problem requires the preparation of procedures to calculate $$sum = 2 ^ 1 + 2 ^ 2 + 2 ^ 3 + - cdots + 2 ^ n $$. The…
PROGRAMMING:Sum 1 to 100
This problem requires programming to calculate the value of expression 1 + 2 + 3 +... + 100.###Input format:There is no…
PROGRAMMING:Calculation of personal income tax
Suppose that the personal income tax is: tax rate $$(wages $$- $$1600). Please write a program to calculate the income t…