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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Calculating piecewise function [3]

Luz5年前 (2021-05-10)408
This topic requires the calculation of the following piecewise function $$f (x) $:![](~/ 49)###Input format:The input gi…

PROGRAMMING:Calculate Fahrenheit temperature

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

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

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

Luz5年前 (2021-05-10)407
Input the information of n friends, including name, birthday, telephone number, the problem requires the preparation of…

PROGRAMMING:Calculate deposit interest

Luz5年前 (2021-05-10)434
This topic requires the calculation of deposit interest, the calculation formula is $$interest = money times (1 + rate)…

PROGRAMMING:Calculate train running time

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

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

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

Luz5年前 (2021-05-10)439
Suppose that the personal income tax is: tax rate $$(wages $$- $$1600). Please write a program to calculate the income t…