In pseudocode and in C code, declare a 1-dimensional array of Integers called Internetts 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

In pseudocode and in C code, declare a 1-dimensional array of Integers called Internetts 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. Attach a word document with pseudocode, C code and Test case