Question: write a c++ program that, in a while loop, generate a random integer from 0 to 9. use srand() only once. keep track of the
write a c++ program that, in a while loop, generate a random integer from 0 to 9. use srand() only once. keep track of the number of iterations and quit the loop when the random integer is equal to 5.report the number of iterations.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
