Search:

Type: Posts; User: Wonderlandslost

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,557

    [SOLVED] Re: I'm not sure what I need to do next.

    I'm still unsure. However, my instructor cancelled the project and assigned a new one in its stead. I will return to this project as soon as I can, just so I can understand it better, but as of...
  2. Replies
    8
    Views
    1,557

    [SOLVED] Re: I'm not sure what I need to do next.

    I honestly don't know at this point. I'm really lost in the program. I went through the book and added in things from the example that was provided, but I'm not sure..




    public class Drawer...
  3. Replies
    8
    Views
    1,557

    [SOLVED] Re: I'm not sure what I need to do next.

    I can't figure out what datatype myShape is. I've never declared an array without saying 'string' or 'int'...
    As for the datatype of z, it's a double.

    In this case, would my array be an int...
  4. Replies
    8
    Views
    1,557

    [SOLVED] Re: I'm not sure what I need to do next.

    public double add(double z)
    {
    //Use the findFirstEmpty to locate the first null spot
    int x = findFirstEmpty();
    //Take the empty spot and put the item in it
    if...
  5. Replies
    8
    Views
    1,557

    [SOLVED] How do I go from here?

    So my instructor assigned us to create a program that calculates the area and stores that, along with coordinates, in an array. This has to be done for both triangles and squares. He is having us...
Results 1 to 5 of 5