Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Grade book help please . I need the whole program done plus explain the arrays Full Gradebook This quest is going to improve upon several

Grade book help please . I need the whole program done plus explain the arrays
image text in transcribed
image text in transcribed
image text in transcribed
Full Gradebook This quest is going to improve upon several of the previous quests. We are now going to keep track of up to 30 student names and grades for up to 10 assignments. We should also bring in and adjust the code from the Quest 3 assignment in order to be able to curve a column of grades. You will need an array of strings for the student names and a two dimensional array of ints for the grades. Grades are stored as percents You will also need variables to keep track of the number of students and number of assignments already entered. Your programs should also ensure that no more than 30 students are added and no more than 10 assignments. The program should do the following 1. Ask for the number of students in the class 2. Ask for the name of each student and add it to the array. Number of students: 10 Name of student 1: Doug Name of student 2: Frank Name of student 10: Jan 3. Clear the screen 4. NEATLY display the list of students and

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions