Search:

Type: Posts; User: Lasoquet

Search: Search took 0.08 seconds.

  1. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    Just trying not to be a pain Norm, some things I don't get but some I try to make sense of before I ask again, lol. You have been so good to me today though.
  2. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    i still don t get it. it says not to modify the one he gave, so i base mine on his. but still dont get about the names.
  3. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    let me ask you something first, the Balloon2 class was given, and they say to not modify, so, i basically have to create another testerclass? main class? to create the object, but then when i name my...
  4. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    like this,

    private BalloonTester(String myBalloon, int h100) {
  5. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    so, can you please teach me how do you pass the values. my first balloon needs 100, the second one -100, but I m not exactly sure where and how to do that. the other day i created pyramids just by...
  6. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    yes, that is there because somewhere along the way it suggested a fix, let me delete it and re check.
    OMG, no errors in code, but i have logic errors, because of course everything is 0, how can i...
  7. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    nope, im doing something wrong, since i m new to java and programming in general, it might be conceptual, but i truly need help.

    --- Update ---

    this is what tells me.....
    run:
    MyBalloon has...
  8. Replies
    17
    Views
    3,785

    Re: Create a Balloon object in java

    ok this is what i wrote for my tester class



    public class BalloonTester
    {
    private static int altitude;
    private static String name;

    /**
  9. Replies
    17
    Views
    3,785

    Create a Balloon object in java

    Programming Assignment #2

    (Using an Existing Class: Creating Objects
    and Calling Accessor and Mutator Methods)


    I. The Assignment

    This assignment is to write a “test” class (aka: a...
Results 1 to 9 of 9