Home > Back-end >  An array of applications
An array of applications

Time:10-03

There are a great god can you help me answer the program, implement the following functions:
(1) create an array containing 10 double value,
(2) to 5.8 assignment to the last element in the array,
(3) shows two elements and array ago,
(4) write cycle and calculate all the elements in the array,
(5) write cycle to find an array of minimum,
(6) randomly generated a subscript, shows the subscript corresponds to an array element,
(7) initialization using array syntax to create another initial value is 3.5, 5.5, 4.52 and 6.6 array,

CodePudding user response:

  • Related