Question: in c++ Lab 8.4 Steps: Coding withi. Parallel Arrays 1a. Design a program that will initialize two parallel arrays, one with the name of a

Lab 8.4 Steps: Coding withi. Parallel Arrays 1a. Design a program that will initialize two parallel arrays, one with the name of a college in the Big Twelve Conference and the other with the conference ranking of the college's football team. Use the following data to initialize the arrays: I College Conference Ranking 12 Baylor Colorado 11 Iowa State 10 "9 Kansas Kansas State Missouri 5 8 3 Nebraska Oklahoma 2 Oklahoma State 7 Texas 1 Texas A&M 6 Texas Tech 4 When a user inputs the college name, the program will output the ranking of that college. If the user inputs an incorrect name, the program should output a message that an incorrect name has been entered. Write your design in the following space. Your design should be a list of C++ comments without any code. 16. Write a C++ program based upon the design you created in Exercise la and name it- bigTwelve.cpp: Step though the code by hand. 1c. Enter, compile, link, and execute bigTwelve.cpp. Copy the output and save it in a block comment at the end of your program. Save bigTwelve.cpp in the Chap08 folder of your Student Data Files. The following is a copy of the screen results that might display after running your program. The input entered by the user is shown in bold. Enter the name of a Big Twelve College: Nebraska Nebraska's ranking is 3 Enter the name of a Big Twelve College: Texas A&M Texas A&M's ranking is 6 Enter the name of a Big Twelve College: Baylor Tech You did not correctly enter the name of a Big Twelve College
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
