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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Task 10-01-04 case reversal

Luz5年前 (2021-05-10)434
Task 10-01-04 case reversal###Task description```Replace all uppercase letters in a string with lowercase letters, and r…

PROGRAMMING:Circle class

Luz5年前 (2021-05-10)589
A defines the circle class, which includes:Member variable definition private int radiusThe method definition includes t…

PROGRAMMING:Square class

Luz5年前 (2021-05-10)459
Define a square class, including writing content in the subclass: Define the member variable side length private int edg…

PROGRAMMING:series

Luz5年前 (2021-05-10)460
###Task descriptionGiven a positive integer k (3 ≤ K ≤ 15), the sum of all the powers of K and all the powers of a finit…

PROGRAMMING:A clear random number

Luz5年前 (2021-05-10)561
###Task descriptionMingming wants to invite some students to do a questionnaire survey in the school. For the objectivit…

PROGRAMMING:Find the number

Luz5年前 (2021-05-10)409
###Task description```An integer n within 100000 is a complete square number after adding a, and B is a complete square…

PROGRAMMING:9 * 9 multiplication table

Luz5年前 (2021-05-10)511
###Task description```Input integer n and output the nth row of 9 * 9 multiplication table.```###Input format:```Several…

PROGRAMMING:Three numbers

Luz5年前 (2021-05-10)393
###Task description```Input three integers x, y, Z, please output these three numbers from small to large.```###Input fo…

PROGRAMMING:days

Luz5年前 (2021-05-10)427
###Task description```Enter a certain day in a certain year to determine which day of the year this day is? Tip: take Ma…

PROGRAMMING:Three figures

Luz5年前 (2021-05-10)455
###Task description```How many three digit numbers can be made up of 1, 2, 3 and 4? How much is it? This is not too diff…