Search:

Type: Posts; User: d0mlnance

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,153

    Re: Help with school assignment/arrays

    Sorry if I wasn't specific enough, what a I need is an array that stores the items ordered by the user and then a method that would call said array, but I think you already described how to call it.
  2. Replies
    2
    Views
    1,153

    Help with school assignment/arrays

    For our school assignment we had to write a program that would display a menu of items and allow the user to select from them, and then the program calculates all the items prices, tax, total, and...
  3. Replies
    6
    Views
    1,194

    [SOLVED] Re: Using methods improperly

    Okay so I moved it to the print method and called that method, but I messed up somehow because now when I convert something I says 0.0 pounds and does the conversion and repeats it twice.



    *...
  4. Replies
    6
    Views
    1,194

    [SOLVED] Re: Using methods improperly

    So i have the conversions working but I think im doing it without calling the printresults method could anyone tell me how i would incorporate the printresults method into my calculations, also when...
  5. Replies
    6
    Views
    1,194

    [SOLVED] Using methods improperly

    I just recently started to learn about methods. I'm not that good with them nor do I fully understand them. This program I am writing is a simple program its asks the user if they want to convert...
  6. Replies
    3
    Views
    1,045

    [SOLVED] Re: Program not compiling correctly

    If I move it outside of the case these are my results




    nPrice = MacNovelAir;
    }
    //assign value to ninth product
    else if (nItem == 9) {
    ...
  7. Replies
    3
    Views
    1,045

    [SOLVED] Program not compiling correctly

    So i wrote this program and basically, I want it to add up the different devices purchased and list the amount of devices, total price(price of all the devices before tax),sales tax, and final price....
  8. Thread: Hello world

    by d0mlnance
    Replies
    1
    Views
    1,116

    Hello world

    Im an MIS major from Florida Atlantic University
Results 1 to 8 of 8