1. 11.
    -1
    okuyup da apartman yöneticisi olacak sanki.
    ···
  2. 10.
    0
    @7 adam program yazdı amk helal şuku
    ···
  3. 9.
    +1
    printf("Hello world");
    ben bu kadar biliyom panpa kusura bakma
    ···
  4. 8.
    +1
    fibonacci ne lan prison break terk
    ···
  5. 7.
    +4
    public class form1
    sub checkprime(byval a as integer, byref p as boolean)
    dim k as integer
    p = true
    for k = 2 to a - 1
    if a mod k = 0 then p = false
    next
    if a = 0 or a = 1 then p = false
    end sub
    private sub button1_click(byval sender as system. object, byval e as system. eventargs) handles button1.click
    dim arr(), n, i, counter as integer
    dim prime as boolean
    randomize()
    n = inputbox("enter array size") - 1
    redim arr(n)
    for i = 0 to ubound(arr)
    arr(i) = i
    next i
    for i = 0 to ubound(arr)
    checkprime(arr(i), prime)
    if prime then
    textbox1.text = textbox1.text & arr(i) & vbtab
    counter += 1
    end if
    next i
    textbox1.text = textbox1.text & vbcrlf & "there are " & counter & " prime numbers" & vbtab
    end sub
    end class

    al panpa
    ···
  6. 6.
    +1
    yakaladım seni o.ç ver kağıdını sıfır
    ···
  7. 5.
    0
    not defteri amk o nasıl bi soru vb6 mı c# mı ne lan o
    ···
  8. 4.
    0
    microsoft word
    ···
  9. 3.
    0
    google a yazdım çıkmadı panpa :(
    ···
  10. 2.
    0
    up up up
    ···
  11. 1.
    0
    Fibonacci sayi dizisinin ilk 20 teriminin hesaplayıp arrayListe atan ve tek numaralı terimleri toplayıp çift numaralı terimleri listeleyen programı yazınız.

    edit: C# beyler aceleden yazamamışm yardım edin
    Microsoft visiual basic programı ile panpalar lütfen

    Soru bu beyler acil durum

    Beyler kimsede yok mu bir bilgi ya 10 dakika kaldı bitmesine sınvın hadi
    ···