Question: C++ 31. 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

C++
31. 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 ina one-dimensional char array. Use a sentinel value to stop the program. Save and ther run the program. Test the program using the following amounts: 455, 210, 400, and 349 Minimum points Maximum points 299 349 399 449 500 Grade 300 350 400 450 Figure 11-52
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
