Search:

Type: Posts; User: abrohm

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,422

    Re: all objects in array the same?

    that was the output from command line, the ding lines showing the fact that it is over writing previous entries, the top of each pair being title of site[0] and lower being that of site[i]
  2. Replies
    6
    Views
    1,422

    Re: all objects in array the same?

    C:\Users\Alex\programs\assingment one\task one\final>java FinalProject
    how many pages do you want?
    3
    black box line
    what do want the site titled?
    index
    what do you want on the home page?...
  3. Replies
    6
    Views
    1,422

    all objects in array the same?

    in this code:


    import java.util.*;
    import java.io.*;

    public class FinalProject
    {
    public static void main (String[] args)
    {
Results 1 to 3 of 3