Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,583

    Re: help im stumped :(

    import java.util.Scanner;

    public class Factor {

    public static void main(String[] args){
    Scanner input=new Scanner (System.in);

    String yn;
    int number;
    int current;
  2. Replies
    6
    Views
    1,583

    Re: help im stumped :(

    Also, I think your post may have been answered already in your other thread.
Results 1 to 2 of 2