Search:

Type: Posts; User: Tjstretch

Search: Search took 0.11 seconds.

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

    Wow I just noticed that this was posted in Febuary >.>
  2. Re: Theatre Seating- program compiles but doesn't work the way it is supposed to

    1: As Richmond said, arrays start a 0, so to compensate just subtract 1 from your row and seat if the user inputs a number corresponding to 1, 1 in top left corner.
    2: seatingPrices[0] will show you...
  3. Re: Theatre Seating- program compiles but doesn't work the way it is supposed to

    As Richmond said, arrays start a 0, so to compensate just subtract 1 from your row and seat if the user inputs a number corresponding to 1, 1 in top left corner.
Results 1 to 3 of 3