4. Design an application that generates 100 random numbers in the range of 88 – 100. The application will count a) how m
Posted: Thu May 05, 2022 12:43 pm
4. Design an application that generates 100 random numbers in the range of 88 – 100. The application will count a) how many occurrence of less than, b) equal to and c) greater than the number 91. The application will d) list all 100 numbers. Write code in C++ and Python