Search:

Type: Posts; User: Norm

Search: Search took 0.20 seconds.

  1. Replies
    9
    Views
    714

    Re: User Defined Decimal Precision

    Where in the list is: create 2 Rational objects?
    Calls to inputR methods for each of the above created Rational objects; What is done with the Rational object created in the method?
    Where will the...
  2. Replies
    9
    Views
    714

    Re: User Defined Decimal Precision

    Where and when is the precision method called? Is it before the menu is shown?

    Then the call to precision must be done before the menu is shown.

    Can you make a list of the steps you want the...
  3. Replies
    9
    Views
    714

    Re: User Defined Decimal Precision

    The same way you pass any argument to a method and receive it in the method


    Type refToType = new Type(); // define an instance the Type class
    ...
    someMethod(refToType); // pass reference...
  4. Replies
    9
    Views
    714

    Re: User Defined Decimal Precision

    Sorry, I do not see what the difference is between: it "should" look similar to : and I am getting
    Can you add some comments in the output that says what is wrong? For example: <<< This should be...
  5. Replies
    9
    Views
    714

    Re: User Defined Decimal Precision

    Can you post here a sample console for what you want the user's interaction with your program to look like?


    What "method" is that?
    If you want to use the same Scanner instance declared in the...
Results 1 to 5 of 5