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++ 
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
Get step-by-step solutions from verified subject matter experts
