Question: In C++ Input and Output should look something like this: Input: Please enter student for Index 0: Brandon Smith Please enter student for Index 1:

In C++ In C++ Input and Output should look something like this: Input: Please

Input and Output should look something like this: Input: Please enter student for Index 0: Brandon Smith Please enter student for Index 1: Caleb Jones Please enter student for Index 2 : Jonathan Matas Output: Student [0] = Brandon Smith Student [1] = Caleb Jones Student [2] = Jonathan Matas

Write a program that inputs the names of the students in the class (to a max of 30 names) Store them in a 2-dimensional array Then outputs the class list to the console when the user enters an empty string (by pressing enter)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!