Question: Create a program called Program3A1 that will compute if a student read the required number of pages in a reading challenge. We will assume the
Create a program called Program3A1 that will compute if a student read the required number of pages in a reading challenge. We will assume the student read 3 books.\ Ask the user for 3 integer values that represent the number of pages in each of the books. (You choose the 3 variable names.)\ Compute the sum of pages and print it.\ If the sum is greater than 700, then print that the reader gets an Excellent. (Remember you need to print a label, not just the word, excellent.)\ Otherwise, if the sum is greater than 500, print that the reader gets a Good.\ Otherwise, print that they did not achieve the challenge.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
