Search:

Type: Posts; User: nikki101

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    816

    [SOLVED] array not capturing input

    Why doesn't the toping user choice get stored?
    solved
  2. Replies
    1
    Views
    1,345

    java pizza program beginerr

    I am wondering why my code is not working for getting the toppings the user inputs as a number.
  3. Replies
    0
    Views
    933

    Issues with constructors and mutators

    I am having trouble with putting together everything. My current program is not rejecting invalid values. For example if the user enters an invalid string like a null string, the output should be set...
  4. Replies
    2
    Views
    1,510

    accessing variables of constructors

    Basically I want to access variables of the constructor to do some computations and print out the variables of the constructor.


    class one
    {
    main()
    {
    something = method()
    ...
  5. Replies
    1
    Views
    874

    Using constructors incorrectly?

    I am not sure if I am using constructors correctly.
    I am I think I am using it incorrectly in my getpaymultipler method.
    Also how can I display the elements of the constructor individually? When...
  6. Replies
    2
    Views
    1,097

    Re: java.lang.NoSuchMethodError error code

    Thanks so much for the fast response!
  7. Replies
    2
    Views
    1,097

    java.lang.NoSuchMethodError error code

    When I attempt to compile, I am getting an error message " Exception in thread "main" java.lang.NoSuchMethodError: main "

    Code is below
Results 1 to 7 of 7