See attached
Create an Parallel Arrays
|
|
Parallel Arrays |
In Pseudocode, declare two 1-dimensional parallel arrays to store the information requested in the problems below.
Use a one loop to prompt the user for the information and assign it to the parallel arrays.
Then use a second loop to display the values of the parallel arrays.
Put Part 1 - problem no. (1,2,3,4,5,6,7,8) in the Subject area.
Collect the following information, State and Population
You may do additional problems, if you want.
Convert Discussion 1 to C-code. Don't for get to prototype your function before the main and to define your function after the main. Put Discussion 2 - problem no.X in the Subject area and submit a .txt (or .c) file for your code.