Question: Which code will produce random integers between [40,70] (40 and 70 are inclusives) -rand()%30+40 -rand(40,70) -rand()%31+40 -rand()%31+(40+70)/2
Which code will produce random integers between [40,70] (40 and 70 are inclusives) -rand()%30+40 -rand(40,70) -rand()%31+40 -rand()%31+(40+70)/2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
