a

a

write and test a function named mirror that is passed an array of n floats and returns a newly created array that contains those n floats values in reverse order . for example, the call of mirror function would transform the array {10.1,11.2,8.3,7.5,22} into{22,7.5,8.3,11.2,10.1}

View Answers









Related Tutorials/Questions & Answers:

Ads