Create a StudentRoster application that

prompts the user for the number of students

in the class and then prompts the user for

each student's name and stores the names in

an array. After all the names have been

entered, the application should display the

title "Student Roster" and then list the names

in the array.



Answer :