Search:

Type: Posts; User: rjdelight

Search: Search took 0.06 seconds.

  1. Re: Calculating Price with Command Line - Please Help!

    public static void main(String[] args) {
    Store one = new Store();

    try {

    }
    catch(ArrayIndexOutOfBoundsException e){
    System.out.println("Error....
  2. Calculating Price with Command Line - Please Help!

    I'm trying to write a fairly simple program to calculate the price of some items. Basically, someone could type these items into the command line and it would be able to add them up and output the...
Results 1 to 2 of 2