In this exercise, you create a program that uses two parallel one-dimensional arrays. Ms. Jenkins uses the

Question:

In this exercise, you create a program that uses two parallel one-dimensional arrays. Ms. Jenkins uses the grade table shown in Figure 11-52 for her Introduction to Programming course. She wants a program that displays the grade after she enters the total points earned. If necessary, create a new project named Advanced31 Project and save it in the Cpp8\Chap11 folder. Also create a new source file named Advanced31.cpp. Store the minimum points in a one-dimensional int array. Store the grades in a one-dimensional char array. Use a sentinel value to stop the program. Save and then run the program. Test the program using the following amounts: 455, 210, 400, and 349. 


Minimum points Maximum points Grade F 299 349 300 399 449 500 350 400 450 Figure 11-52 L DCB A

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: