1. 1.
    0
    çıktısı ne olur lan söyleyin bakim.

    using System;
    using System. Collections.Generic;
    using System. Linq;
    using System. Text;

    namespace ConsoleApplication1
    {
    class aadsdasd
    {
    static void Main()
    {
    int a = 2;
    int b = 126;
    while (b != 1)
    {
    if (b % a == 0)
    {
    b = b / a ;
    Console. WriteLine(a);
    }
    else a++;
    }
    Console. ReadKey();

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