当前位置:首页
> Luz 第2861页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Vertical output string
This topic requires reading in a string with a width less than 20, and then output the input in the format of one charac…
PROGRAMMING:String encryption
Find the length of a string, and encrypt and transform the string as follows: A-˃Z a-˃z B-˃Y b-˃y C-˃X…
PROGRAMMING:Create a two-dimensional array and find the sum of the non edge elements and diagonal elements 2
Input the order n of the matrix (n ˂ = 14) from the keyboard, and the value of the elements in the matrix is equal to N…
PROGRAMMING:Excellent student query (class and object)
####* * Title: the function of programming to find excellent students - the user inputs the scores of multiple students…
PROGRAMMING:One stroke
Xiao Ding is infatuated with a game recently, the legendary "one stroke" game.So what is a stroke? The following figure,…
PROGRAMMING:Find the maximum number and column number in the two-dimensional array
Finding an arbitrary M × The maximum number of M-matrix and the number of its rows and columns###Input format:Enter m (2…
PROGRAMMING:New calculator
###Topic: design a calculator, to achieve a three-dimensional vector addition, subtraction and vector and scalar multipl…
PROGRAMMING:Statistical average
Experiment 5: arrayThe purpose of this study was to investigate the effects of different factors on the quality of life1…
PROGRAMMING:Store Information of Students Using Structure
In this program, a structure, student is created.This structure has three members: name (string), roll (integer) and mar…
PROGRAMMING:Simple selection sort displays the k-th row
Sorting n integers from small to large works like this: select the largest (small) of all numbers and exchange with the…
