pls help idk where to start in this program. I’m just new to programming

  1. Use two-dimensional array with size 7 columns and 5 rows.
  2. Seat numbers are populated during run-time.
  3. User is asked to input a seat number.
  4. Seat number chosen is replaced by 0.
  5. Program displays a remark Seat successfully reserved when reservation is done.
  6. User is not allowed to reserve a previously reserved seat. Display Seat is taken remarks.
  7. User is not allowed to enter an invalid seat number. Display an error message.
  8. Program continuously loops.