Search:

Type: Posts; User: Truck35

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,284

    Re: Problems with my prime finder program

    I
  2. Replies
    6
    Views
    1,284

    Re: Problems with my prime finder program

    /*I got the following error message "The method main cannot be declared static,
    * static methods can only be declared in static or top level type".*/
    public static void main(String args[]) ...
  3. Replies
    6
    Views
    1,284

    Problems with my prime finder program

    I am having trouble with my prime finder program. This program allows the user to enter a number than finds the prime of that number. Example, if you enter five it will find the 5th prime (11). I...
Results 1 to 3 of 3