Search:

Type: Posts; User: DavidFongs

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,586

    Re: help im stumped :(

    Because it isn't my code..... It is the OP's from his last thread on this same exact topic. Why don't you comment other peoples homework code for them? Go ahead, the code is right there. Might as...
  2. Replies
    6
    Views
    1,586

    Re: help im stumped :(

    import java.util.Scanner;

    public class Factor {

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

    int number;
    String output = "";
    int x;
Results 1 to 2 of 2