For this assignment you will create a program that will use a random number generator to roll two standard dice. Once rolled you will add the two values together and keep a count of the resultant values. I suggest you use an array to keep track of all the counters. You should ask te user to enter a number between 100 and 5000 that will determine how many times to roll the pair of dice. Once the rolls are complete you should display the resultant distribution of values from your array on the string in the form of a simple graph.
This is in basic C programming not C++ or ANY other language.