Hi, I\'m in a biological modeling course which introduces the basicsof the C lan
ID: 3610864 • Letter: H
Question
Hi, I'm in a biological modeling course which introduces the basicsof the C language, but I'm totally lost with it. Any help in theright direction to get started would be appreciated!The first part of this exercise is to create a simple programthat generates a large number of a random integers between 0 and 9.Keep track of how many times each one of those ten possibleintegers appears. There are many ways to carry out this exercise,but one possibility would use a series of "if" statements to counthow often each integer appears.