I need help on getting started with a dice program that will output as many random numbers from 1 to 6 and as many rolls as the user requests, and then how many times each number shows up from the number of rolls (occurrences).. .and the corresponding percent. I'm supposed to use a loop (while, for) and some "do". . . I'm lost. Please help!

So far, this is what I have. . .
[code=c]
#include <stdio.h>...