In pseudocode and in C code, declare a 1-dimensional array of Integers called InternetHits that will hold up to 10 Integer values representing the number of hits a Web site receives.
Use a For loop to iterate through the array and input the values. Demonstrate your code compiles and runs for a test case of your choice.