Question: Classroom Seat Chart Exercise Create a 3 by 4 2 D Array of type String and name it seatChart and store it with the following

Classroom Seat Chart Exercise
Create a 3 by 42D Array of type String and name it seatChart and store it with the following
entries:
Perform the following tasks:
Write a code that displays the number of students in the classroom
Write a code that displays the number of vacant seats in the classroom
Write a code that displays whether the first row has a vacant spot
Write a code that displays the seat number of the student named Sara Moreno (row and
column numbers)
Write a code that switch Peter Young and Monica Seles seats
Write a code that adds a student named Bill Monroe in the first available seat
Write a code that removes Maria Gomez from the classroom
Write a code that stores all the students' first names in an array called firstNames
Write a code that displays the number of students whose first names are made of four
characters only
Write a code that displays the names of all the students in the classroom starting with
the last name followed with comma, space then first name
Ex: Garcia, David
Classroom Seat Chart Exercise Create a 3 by 4 2 D

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 Programming Questions!