Search:

Type: Posts; User: ShadeDarkan

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    2,756

    Re: help with the method

    This seems to be how Java works.
    The below link is to the DreamInCode.net forum thread where Martyr2 answers the question about calling methods from Main:
    How To Call A Non Static Function From...
  2. Replies
    5
    Views
    2,756

    Re: help with the method

    I copied your code into netbeans to look at it further. The following re-format let me compile with no errors:


    import java.util.Scanner;
    public class apple
    {
    public static void...
Results 1 to 2 of 2