1. 120.
    0
    amk dönem ortası ne finali
    ···
  2. 119.
    0
    oooo adam programı aldı kaçtı fikir hırsızı züt veren
    ···
  3. 118.
    0
    totoş orda mısın parayı yolla :P
    ···
  4. 117.
    0
    hesap numaranı söyle havale yapayım. binlik yapma ama 75 i yolla
    ···
  5. 116.
    0
    using namespace std;

    1. include <iomanip>

    2. include <ctime>

    const int NUM_GRADES = 10;
    const int NUM_STUDENTS = 3;

    int findHighest (int []);
    int findLowest (int []);

    void printDatabase(const int [][NUM_GRADES], const char [] [20]);

    int main()
    {
    int student1[ NUM_GRADES ] = {56,67,83,81,70,84,94,64,68,86};
    int student2[ NUM_GRADES ] = {76,89,81,42,66,93,104,91,71,85};
    int student3[ NUM_GRADES ] = {65,69,91,89,82,93,72,76,79,99};

    char studentNames [NUM_STUDENTS ] [5] = {"Bob", "John", "Joe"};

    int database [ NUM_GRADES ][NUM_STUDENTS ];
    int i = 0;

    srand( time (0));

    for (i=1; i < NUM_GRADES; i++)
    student1[ NUM_GRADES ] = rand() % 50 + 50; //


    for (i=0; i < NUM_GRADES; i++)
    {
    database[ 0 ] [ i ] = student1[ i ];
    database[ 1 ] [ i ] = student2[ i ];
    database[ 2 ] [ i ] = student3[ i ];
    }

    printDatabase (database , studentNames);

    for (i=0; i < NUM_STUDENTS; i++)
    {
    cout << studentNames << "'s highest grade is: " << findHighest (student1) << endl
    << studentNames << "'s lowest grade is: " << findLowest (database [ i ]) << endl;

    }

    return 0;
    }

    int findHighest (int a[])
    {
    int highest = a[ 0 ];

    for ( int i = 1; i <= NUM_GRADES; i++)
    {if (a[ i ] > highest )
    highest = a[ i ];
    }

    return highest;
    }

    int findLowest (int a[] )
    {
    int lowest = a[ 0 ] ;

    for ( int i = 1; i <= NUM_GRADES; i++)
    if (a[ i ] < lowest )
    lowest = a[ i ];

    return lowest;
    }

    void printDatabase(const int a[][ NUM_GRADES ], char studentNames[] [ 20 ] )
    {
    cout << "Here is the grade databasenn" << setw(10) << "Name";

    {
    for (int n = 1; n <= NUM_STUDENTS; n++)
    {
    cout << setw( 4 ) << n;

    cout << endl;
    }

    for (int i = 0; i < NUM_STUDENTS; i++)
    {
    cout << setw (10) << studentNames[ i ];


    for (int j = 0; j < NUM_GRADES; j++)

    cout << setw ( 4 ) << a[ i] [j];

    cout << endl;
    }
    cout << endl;

    }
    //system("pause");
    }

    al olum düzelttim
    ···
  6. 115.
    0
    #include <iostream>
    3. include <cstring>

    using namespace std;
    class human{
    private:

    int id;
    char name[20];
    float weight;
    int age;

    public:

    void setid(int id1){
    id = id1;
    }

    void setname(char* name1){
    strcpy(name, name1);
    }

    void setweight(float weight1){
    weight = weight1;
    }

    void setage(int age1){
    age = age1;
    }

    int getage(){
    return age;
    }

    float getweight(){
    return weight;
    }

    char* getname(){
    return name;
    }

    int getid(){
    return id;
    }

    };

    int main(){
    human human1;

    human1.setname("ali");
    human1.setid(120);
    human1.setweight(60.5);
    human1.setage(30);

    cout << "human1s name is "<< human1.getname() << endl;
    cout << "human1s age is "<< human1.getage() << endl;
    cout << "human1s id is "<< human1.getid() << endl;
    cout << "human1s weight is "<< human1.getweight() << endl;
    cin.get();
    cin.get();
    return 0;
    }

    şunları düzgünce ayarla orda senden ıstenılen sekılde heralde onuda yaparsın.

    /*
    //case 1 - interchange
    date(){
    cout<< "enter day month year" << endl;

    cin >> day >> month >> year;
    }
    */

    //case 2 - interchange

    şu şekil case leri unutma

    class ı boyle olustur sora cagır calıstır.
    ···
  7. 114.
    0
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    ···
  8. 113.
    0
    aaaaaaaaaaaaaaaaaaa
    ···
  9. 112.
    0
    aaaaaaaaaaaaaaaaaaaaaa
    ···
  10. 111.
    0
    aaaaaaaaaaaaaaaaaaaaaaaa
    ···
  11. 110.
    0
    ssssssssssssssssssssss
    ···
  12. 109.
    0
    up up up up u pu p up
    ···
  13. 108.
    0
    up up up u pu pu p
    ···
  14. 107.
    0
    up up u pu pu pu pu p
    ···
  15. 106.
    0
    siğdi var siğdi var siğdi var program var oyun var miki var
    ···
  16. 105.
    0
    up up up up up up
    ···
  17. 104.
    0
    soru2 deki hatalar mı düzeltilsin istiyon?
    ···
  18. 103.
    0
    ap as
    ···
  19. 102.
    0
    aaaaaaaaaaaaas
    ···
  20. 101.
    0
    var ama vermem aq
    ···