当前位置:首页
> Luz 第2940页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Body mass index (exercise 6-3, fundamentals and applications of Python programming, Higher Education Society)
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
This topic requires the definition of a float type variable, keyboard input greater than 0 and less than 100 real number…
PROGRAMMING:Format output
Define two integer variables, input data by keyboard, then output summation and product by line.###Input format:Keyboard…
PROGRAMMING:C programming experiment 2-1
Calculate and output the absolute value of a real number. Input a real number arbitrarily from the keyboard, calculate a…
PROGRAMMING:Operators and Expressions
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
Keyboard input an English letter, if it is upper case, output ASCII code, if it is lower case, output the corresponding…
PROGRAMMING:Cyclic structure
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
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
If else statement programming, according to the input of the hundred score (integer), converted to the corresponding fiv…
PROGRAMMING:Ming's secret message
Ming sent some text to John, but John couldn't understand it. ming said just pay attention to the capital letters and yo…