User Profile

Collapse

Profile Sidebar

Collapse
mathGirl
mathGirl
Last Activity: May 1 '07, 06:21 PM
Joined: Apr 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mathGirl
    started a topic declaring an array in a client????
    in Java

    declaring an array in a client????

    Hi

    me here again. I have no clue what I am doing wrong. Here is the code we have written this far
    Code:
    import javax.swing.JOptionPane;
    import java.io.FileReader;
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.util.StringTokenizer;
    import java.util.ArrayList;
    
    
    public class VendingMachineClient
    ...
    See more | Go to post
    Last edited by JosAH; Apr 28 '07, 09:31 AM. Reason: added [code] ... [/code] tags around the source code and errors

  • mathGirl
    replied to reading from a text file into a double array
    in Java
    hey jos


    thank you so much i will try that tomorrow. i have other more pressing matters today.
    See more | Go to post

    Leave a comment:


  • mathGirl
    started a topic reading from a text file into a double array
    in Java

    reading from a text file into a double array

    Hi,

    I am not computer savvy at all. i am a math major so I am utterly lost

    I need to read information form a text file i created called Item

    this is the file


    where
    item, ID, stock, price respectively

    pretzel,0,20,25
    chips,1,20,50
    mints,2,20,75
    gum,3,20,100
    chocolate,4,20, 125
    cookies,5,20,15 0
    trail mix,6,20,175...
    See more | Go to post
No activity results to display
Show More
Working...