Seating Chart Program Java

02.01.2020
Chart

Seating Students Program In Java

You are mixing up rows and columns on the plane with rows and columns on the screen.Your horizontal output is really over complicated. It should be just as simple as the vertical output. The key is duplicate the code from your vertical output, but reverse the two for statements. For(int j = 0; j.

Comments are closed.