Search:

Type: Posts; User: petemyster

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,016

    [SOLVED] Re: Can't add a method without getting errors

    Thanks, just made it return 1.2; for testing purposes.
  2. Replies
    2
    Views
    1,016

    [SOLVED] Can't add a method without getting errors

    Hey I want to add the following method...

    private static double Calculations(String Operator)
    {
    return
    }

    ... to this program as follows (down at the bottom of this snippet)

    import...
Results 1 to 2 of 2