Question: Write a complete C++ program for Super Mario Bros game that uses random number generator. The crazy Mario gets to three bonus points of random
Write a complete C++ program for Super Mario Bros game that uses random number generator. The crazy Mario gets to three bonus points of random numbers points between 200 and 5000. Your program must:
1. store the three bonus points in separate variables, and
2. calculate and print the largest number.
(use the random numbers generator to generate the bonus points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
