Forum: Java Dec 1st, 2005 |
| Replies: 2 Views: 13,039 import cs1.Keyboard;
import java.util.*;
import java.io.*;
public class PrintAddresses
{
public static void main (String[] args) throws IOException
{
String [][] addyArray = new... |
Forum: Java Dec 1st, 2005 |
| Replies: 2 Views: 13,039 Alright, This is really bothering me that I can't figure this out since I took 3 terms of Java.
Alright, I have a text file that contains addresses.
ex:
Name
1234 5th St
Orlando, Fl 19191
... |
Forum: Java Apr 8th, 2005 |
| Replies: 3 Views: 1,699 I'm sorry, lol. The non attacking queen problem is having a chess board setup where you have to place 8 queens on an 8x8 board, where no queen can attack another.
(In my script I have the paths... |
Forum: Java Apr 6th, 2005 |
| Replies: 3 Views: 1,699 oh, dont mind some of the things I have placed in there, I was just messing with things to make checks, like when i have it say if its less than 3 towards the end. |
Forum: Java Apr 6th, 2005 |
| Replies: 3 Views: 1,699 For homework I was assigned the "non-attacking queens" problem.
Now I have all_boards as a static variable and i was trying to store each step as a board. like row 1 board, row 2 board, etc, but... |