Search:

Type: Posts; User: cmh010

Search: Search took 0.07 seconds.

  1. Re: Theatre Seating- program compiles but doesn't work the way it is supposed to

    import java.util.Scanner;

    public class TheatreSeating {
    public static void main(String[] args) {

    //displays the seating including which seats are avalaible

    int[][] seatingPrices =...
  2. Theatre Seating- program compiles but doesn't work the way it is supposed to

    This code for my class is supposed to use a 2D array to:
    -display an array of seats and ticket prices
    -prompt the user to enter a seat number or price
    -mark sold seats with the 0
    -determine if a...
Results 1 to 2 of 2