table(square) using ASCii in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shaqzilla
    New Member
    • May 2007
    • 1

    table(square) using ASCii in java

    how do you draw a table(square) using ASCii in java
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by shaqzilla
    how do you draw a table(square) using ASCii in java
    You want 16 (decimal) rows by 16 (also decimal) columns? Where every entry
    contains the character 16*row+col? You can come up with that don't you?

    kind regards,

    Jos

    Comment

    Working...