Write Program Segment Uses Single Loop Executes Loop Body Five Times Time Displaying Rando Q43805230
Write a program segment that uses a single while()loop whichexecutes its loop body five times, each time displaying a randomdigit from this set of values.
{1 , 2 , 3 , 4 , 5 , 6 }
Expert Answer
Answer to Write a program segment that uses a single while()loop which executes its loop body five times, each time displaying a r…
OR