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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:JMU Python string exception handling

Luz5年前 (2021-05-10)403
Input a line of string and subscript to get the corresponding characters. The program can deal with the illegal data.###…

PROGRAMMING:JMU Python prime

Luz5年前 (2021-05-10)351
Enter a number to determine whether it is prime. Prime numbers are natural numbers greater than 1. There are no other fa…

PROGRAMMING:JMU Python combinatorial number

Luz5年前 (2021-05-10)419
PROGRAMMING:JMU Python combinatorial number
The problem requires the preparation of procedures, according to the formula![ 11.jpg](~/1205dfe8-e464-489c-b4e1-f8e12e9…

PROGRAMMING:Area of a triangle_ two

Luz5年前 (2021-05-10)410
Input 3 sides of a triangle (a,b,c, all sides are floating numbers), determine if or not them could constitute a triangl…

PROGRAMMING:Area of a triangle_ one

Luz5年前 (2021-05-10)501
Input 3 sides of a triangle (a,b,c, all sides are floating numbers), calculating the area of the triangle.​The fomular i…

PROGRAMMING:3-1 read in a letter and output the corresponding ASCII value.

Luz5年前 (2021-05-10)450
3-1 write a program to read in a letter and output the corresponding ASCII value.###Input format:For example, enter a le…

PROGRAMMING:3-2 calculate the perimeter and area of a circle

Luz5年前 (2021-05-10)423
3-2 write a program to input the radius r of the circle from the keyboard to calculate the circumference Cl and the area…

PROGRAMMING:5-2 calculate 1+ 2!+ 3!+...+ n! The sum of

Luz5年前 (2021-05-10)405
5-2, sum = 1+ 2!+ 3!+...+ n! Where n is entered from the keyboard.###Input format:For example, enter a positive integer.…

PROGRAMMING:5-1 to calculate the sum of 1 + 2 + 3 +... + n

Luz5年前 (2021-05-10)448
5-1 calculates the sum of sum = 1 + 2 + 3 + 4 +... + N, where n is entered from the keyboard.###Input format:For example…

PROGRAMMING:4-1 judge whether n is odd or even

Luz5年前 (2021-05-10)541
4-1 input a positive integer n to judge whether n is odd or even###Input format:For example, enter an integer on a line.…