Puzzle DA4


Fill an array with integers in ascending order

[E-4] Write a function that fills an array with integers in ascending order, starting with a designated first integer.

(Use the previous testing framework.)



Previous Page        Answer         Next Page         Home