Search:

Type: Posts; User: eyalfish

Search: Search took 0.08 seconds.

  1. Re: Hi everybody i have a little test and i need to ask something

    Great thanks alot
  2. Hi everybody i have a little test and i need to ask something

    So i have this code ("this is the correct form")

    public static String buildPrimeNumbers(int num){
    String sum="";int j=num;
    for (int i=2;i<=(j/2);i++){
    while (num%i==0) {sum+=i+" ";...
Results 1 to 2 of 2