1. 326.
    0
    alın belge konuşsun C++
    alın dıbınıza koyıyım size çözümü
    C++ da derleyin görün cevap 9.
    dev C kullanın binler

    /*
    http://www.ascioglu.org
    • /

    3. include <cstring>
    4. include <iostream>
    using namespace std;

    main(){

    int a=0,b=0;
    do{
    a=9/3*(1+2);
    cout<<"---"<<endl;
    cout<<"there is the answer n"<<a<<"nn"<<endl;

    cout<<"if you didn't get it press ^1^ watch again careful * "<<endl;
    cin>>b;
    }while(b==1);
    getchar();
    return 0;
    }
    ···
   tümünü göster