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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Function returns the sum of two integers

Luz5年前 (2021-05-10)438
Write a function to return the sum of two integers. The main function inputs two integers and outputs their sum.###Input…

PROGRAMMING:Parametric function design

Luz5年前 (2021-05-10)411
```Please design print_ Star (int n) function, function function for the output of N asterisks.Design print_ Space (int…

PROGRAMMING:Function returns the sum of two real numbers

Luz5年前 (2021-05-10)377
Write a function to return the sum of two real numbers. The main function inputs two real numbers and outputs their sum.…

PROGRAMMING:Function returns the sum of three integers

Luz5年前 (2021-05-10)386
Please write a custom function to return the sum of three integers. The main function is to input three integers and cal…

PROGRAMMING:Function returns the largest of three integers

Luz5年前 (2021-05-10)356
Please write a custom function to return the largest of the three integers. The function of the main function is to inpu…

PROGRAMMING:Function returns the larger of two integers

Luz5年前 (2021-05-10)340
Write a function to return the larger of the two integers. Input two integers in the main function and output a larger v…

PROGRAMMING:Function returns the factorial of an integer

Luz5年前 (2021-05-10)456
Write a function to return the factorial of an integer, the main function input integer n, output n factorial value( The…

PROGRAMMING:Function returns the sum of true divisors of integers

Luz5年前 (2021-05-10)354
Write a function to return the true divisor sum of integers, the main function input integer n, output the true divisor…

PROGRAMMING:Four operations of real number

Luz5年前 (2021-05-10)340
Please write four user-defined functions to return the sum, difference, product and quotient of two real numbers. The ma…

PROGRAMMING:Function returns whether an integer is prime

Luz5年前 (2021-05-10)353
Write a function to return whether the formal parameter (a positive integer) is a prime. In the main function, input two…