View Single Post
Join Date: Nov 2008
Posts: 8
Reputation: beginner21 is an unknown quantity at this point 
Solved Threads: 0
beginner21 beginner21 is offline Offline
Newbie Poster

Re: pls help w/ this

 
0
  #5
Dec 1st, 2008
my problem here is i want the output to be print like this:
example:
  1. Please insert the first card row: 1
  2. Please insert the first card column: 2
  3. Please insert the second card row: 3
  4. Please insert the second card column: 3
  5. ****
  6. **0*
  7. ****
  8. ***2
but i came up with this
  1. Please insert the first card row: 1
  2. Please insert the first card column: 2
  3. Please insert the second card row: 3
  4. Please insert the second card column: 3
  5. ******0********2
how can i fix it?
Reply With Quote