Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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-52Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started