In pseudocode and in C

 In pseudocode and in C code, declare two 1-dimensional parallel arrays of Integers to store the age and weight of a group of people that will hold the information of up to 10 people.
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 on ideone.com. Include screenshot. 

Tags: No tags