Search:

Type: Posts; User: Th3T3chGuy

Search: Search took 0.11 seconds.

  1. Perfect Number Java Loop Problem - Please Help!?

    The problem reads a perfect number is defined as a positive integer which is the sum of its proper divisors. Or in other words, the sum of the positive divisors excluding itself. The first perfect...
  2. Replies
    3
    Views
    1,042

    Need some help with this code - Asap

    import java.util.Scanner;

    public class Text1{
    public static void main(String [] args){

    Scanner input = new Scanner(System.in);
    int answer = 1;
    int number = 0;
    int x;
Results 1 to 2 of 2