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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Body mass index (exercise 6-3, fundamentals and applications of Python programming, Higher Education Society)

Luz5年前 (2021-05-10)679
Body mass index (BMI) is the square of weight divided by height. Weight in kg, heightThe unit is meter. BMI is a commonl…

PROGRAMMING:Data type conversion

Luz5年前 (2021-05-10)413
This topic requires the definition of a float type variable, keyboard input greater than 0 and less than 100 real number…

PROGRAMMING:Format output

Luz5年前 (2021-05-10)514
Define two integer variables, input data by keyboard, then output summation and product by line.###Input format:Keyboard…

PROGRAMMING:C programming experiment 2-1

Luz5年前 (2021-05-10)411
Calculate and output the absolute value of a real number. Input a real number arbitrarily from the keyboard, calculate a…

PROGRAMMING:Operators and Expressions

Luz5年前 (2021-05-10)329
Input a 3-bit integer and expand it to 5-bit integer according to the principle of symmetry.###Input format:Enter a thre…

PROGRAMMING:Branching structure

Luz5年前 (2021-05-10)472
Keyboard input an English letter, if it is upper case, output ASCII code, if it is lower case, output the corresponding…

PROGRAMMING:Cyclic structure

Luz5年前 (2021-05-10)437
Keyboard input two integers a and B (greater than - 100 and less than + 100) a ˂ B, filter all integers between the two…

PROGRAMMING:Mathematical function call

Luz5年前 (2021-05-10)463
Program to complete the following formula calculation.y=sin(x)+cos(x)###Input format:Enter a real number.###Output forma…

PROGRAMMING:C programming experiment 2-2-1

Luz5年前 (2021-05-10)526
If else statement programming, according to the input of the hundred score (integer), converted to the corresponding fiv…

PROGRAMMING:Ming's secret message

Luz5年前 (2021-05-10)478
Ming sent some text to John, but John couldn't understand it. ming said just pay attention to the capital letters and yo…