Search:

Type: Posts; User: stommy989

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    5,452

    Re: Error using public static double Method

    Hmm, what's strange is now the build is successful, but no values are returned even though void isn't used.


    run:
    Feet Meters
    ---------------------

    Meters Feet...
  2. Replies
    5
    Views
    5,452

    Re: Error using public static double Method

    Thank you...dumb question, but how should the return statement look inside the method? I'm sorry, I'm a newbie haha.

    Sam
  3. Replies
    5
    Views
    5,452

    Error using public static double Method

    Hi everyone,
    I have a Java program that's supposed to convert feet to meters and meters to feet using methods.
    Here's what I have:


    public class HW3_1Method {
    public static void...
Results 1 to 3 of 3