Title:
snake-like increment tables Download
Description: This program will create small, snake-like increment tables, up to 9x9 in size. It starts from 1, and the value keep increasing by one. For the first row, it increase from left to right; for the second row, it increase from right to left; the third row, from left to right, ... , etc. Just like a snake.
Sample output is below:
>java SnakeTable
Enter table size 1-9, 0 to exit: 3
1 2 3
6 5 4
7 8 9
To Search:
File list (Check if you may need any files):
homework1\.classpath
homework1\.project
homework1\.settings\org.eclipse.jdt.core.prefs
homework1\bin\snaketable$Direction.class
homework1\bin\snaketable.class
homework1\src\snaketable.java
homework1\.settings
homework1\bin
homework1\src
homework1