当前位置:首页
> Luz 第2657页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Two dimensional array to find the sum of left lower triangular elements
Find the sum of the elements of the lower left triangle (including the main diagonal) of an n * n (n ˂ 10) array.###Inpu…
PROGRAMMING:Reverse order storage
Any input n (n ˂ 10) integers no more than 100 are put into an array, and then are stored in reverse order and output.##…
PROGRAMMING:The surface area of the ball
Programming in the text box text1 input ball radius, click the "calculation" button (name command1) to complete the calc…
PROGRAMMING:Overload of fractional addition
I believe students are quite familiar with the overloading of complex operators. Today, let's see how to deal with fract…
PROGRAMMING:Comparison of plurals
Topic Description: create a complex class, real and imaginary numbers are its private data members. Create an operator o…
PROGRAMMING:Complex addition
Title: a complex class, operator overload +, to achieve the addition of complex and complex. Enter a set of complex numb…
PROGRAMMING:Finding the summation of peripheral elements of two dimensional array
Find a two-dimensional array of peripheral elements of the cumulative sum.Enter the number of rows m (m ˂ 10), the numbe…
PROGRAMMING:Calculate time subtraction
Topic Description: define a time class, hour and minute are its two private member data. Enter a start time and an end t…
PROGRAMMING:Minutes minus seconds
Title Description:Define a time class with minutes and seconds as its two private member data. Enter a start time and an…
PROGRAMMING:Simulation Implementation of set (function template)
We can use an array to simulate a set, add operation to add set elements, delete operation to delete set elements, and f…