Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a c++ code thanks Write a program called CSDP222_yourname_RandomNumber.cpp ( 2.5 credits). In this program, create a function that generates 25 random numbers between
write a c++ code
Write a program called CSDP222_yourname_RandomNumber.cpp ( 2.5 credits). In this program, create a function that generates 25 random numbers between 1000 and 9999 and stores them in a 552D array. Then, find the average of all the numbers in the array. Use the most efficient way that we learned in class to identify the minimum, maximum, and median numbers that are greater than the average. Finally, display the position and the steps in your program to find the identified numbers on the screen. (Please create at least 3 functions to finish this program) Requirements: 1. You need to add your name, student ID, and project number as comments at the top of your program. (2.5 credits) 2. This project should contain: 1) your programming process (Write the purpose, input, process, and output for EACH user-defined function and the MAIN function (45 credits) (Handwritten on paper and give it to me before the deadline); 2) your source code in . cpp file. (50 credits) (Please submit your source code on Canvas). 3. You should add some comments to your code to make your code more readable thanks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started