5. Design an application that generates 12 numbers in the range of 11 -19. a) Save them to a file. Then the application
Posted: Thu May 05, 2022 12:44 pm
5. Design an application that generates 12 numbers in the range of 11 -19. a) Save them to a file. Then the application b) will compute the average of these numbers, and then c) write (append) to the same file and then it d) writes the 10 numbers in the reverse order in the same file. Please provide a copy of the file (With C++ only, extra credit for Python version do some research on line). Write cod in C++ and Python