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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Find the formula

Luz5年前 (2021-05-10)434
Program to find $$y = [sqrt {ax} + [ln (a + x) + e ^ x $$. From the keyboard input a and X, the output results retain 2…

PROGRAMMING:Output days of the month

Luz5年前 (2021-05-10)491
Enter a year and month from the keyboard, and output the number of days in the month (considering leap year).Tip: if the…

PROGRAMMING:Calculating the volume of a sphere

Luz5年前 (2021-05-10)445
Let the radius of the sphere be r, then calculate and output the volume V of the sphere. 2 decimal places are reserved f…

PROGRAMMING:Find the total score and average score of students' examination

Luz5年前 (2021-05-10)566
Given a student's test scores of three subjects (Chinese A, Mathematics B, English c), calculate the total score and ave…

PROGRAMMING:Output the sum of prime numbers

Luz5年前 (2021-05-10)373
Write the program to output the maximum 10 prime numbers within N and their sum; If the maximum prime number within n is…

PROGRAMMING:Finding the value of e

Luz5年前 (2021-05-10)438
Write a program to calculate $$e = 1 + \ frac1 {1!} +\ frac1{2!}+...+ \ frac1{n!}$$ 。 Requirement: make the last $$\ fra…

PROGRAMMING:Statistical elements

Luz5年前 (2021-05-10)389
Count the number of positive, negative and zero in 10 elements of one-dimensional array.###Input format:Each element of…

PROGRAMMING:Calculate the sum of two diagonals of matrix

Luz5年前 (2021-05-10)483
Calculate a 4 × The sum of two diagonals of the matrix, data input from the keyboard.For example:$$\begin{matrix}1 & 2 &…

PROGRAMMING:Case conversion

Luz5年前 (2021-05-10)406
Input a character, if it is uppercase, convert it to lowercase and output; If it is lowercase, convert it to uppercase a…

PROGRAMMING:The nameless of ZF series

Luz5年前 (2021-05-10)418
After escaping the pursuit of Huo Qilin, ZF finds an old man vomiting blood on the side of the road. The kind-hearted ZF…