Question: For C++ generate 3 random numbers 2. add 1 to inside count if the second random number is greater than the first random number and
generate 3 random numbers 2. add 1 to inside count if the second random number is greater than the first random number and less than the third random number 3. add 1 to outside count if the second random number is less first random number 4. add 1 to outside count if the /* 1. generate 3 random numbers
2. add 1 to inside count if the second random number is greater than the first random number and less than the third random number
3. add 1 to outside count if the second random number is less first random number
4. add 1 to outside count if the second random number is greater than the third random number
5. add 1 to loop count.
repeat step 1 to 5 until inside count + outside count = maximum count using a while loop
the best solution uses 1 multi-way if statement with compound conditions to determine when to add 1 to inside count and outside count
using namespace std #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
