1. 1026.
    0
    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
    package test;

    import com. kontroller.Kontroller;
    import java. util.concurrent. atomic.AtomicInteger;

    /**
    *
    * @author admin
    */
    public class TestSayisalmi {
    public static void main(String[] args) {
    String a = "123";
    int as, b;
    as = 123456789;
    b = 123456789;
    int sonuc = as + b;
    if(Kontroller. sayisalmi(a) == true)
    {
    System.out. println("DOGRU VALLA");
    Number nb = new AtomicInteger(123456789+123456789);
    System.out. println(nb);
    System.out. println(sonuc);
    }
    else
    {
    System.out. println("YALAAAN");
    }

    }
    }
    ···
   tümünü göster