Brauche Hilfe!



  • Jetzt schon wieder!

    //-----------------------------------------------------------------------------
    #include <iostream.h>
    #include <stdio.h>
    #include <conio.h>
    #include <string.h>
    string Antwort;
    //-----------------------------------------------------------------------------
    void main (void)
    {
      cin >> Antwort;
      cout << "Bist du homosexuell? Yes/No" <<endl;
      getch ();
      if (Antwort == "yes")
      {
        cout << "Falsche Antwort Kleiner!" <<endl;
        getch ();
      }
    
      if (Antwort == "no")
      {
        cout << "Das ist gut, denn wenn anders... he he he." <<endl;
        getch ();
      }
    }
    //-----------------------------------------------------------------------------
    


  • Warte mal...



  • Dummer asozialer Spack, verpiss dich hier!
    Schalt dein Hirn an.


Anmelden zum Antworten