#include <iostream> #include <string> using namespace std; int main() { string name = "Michael"; cout << "Ich bin " << name << " und suche Leute für noch unbestimmte Projekte und Job's." << endl; cout << "Hast du Lust mich kennen zu lernen? (Ja/Nein)" << endl; string antwort; cin >> antwort; if (antwort == "Nein") { cout << "Ich wünsch dir was." << endl; } else if (antwort == "Ja") { cout << "Möchtest du ein unverbindliches Kennenlerngespräch führen oder ein anderes bestimmtes Anliegen haben? (Kennenlernen/Anliegen)" << endl; string antwort2; cin >> antwort2; if (antwort2 == "Kennenlernen") { cout << "Bitte schicke mir eine Vernetzungsanfrage." << endl; } else if (antwort2 == "Anliegen") { cout << "Bitte schicke mir eine Vernetzungsanfrage mit einer kurzen Beschreibung des Anliegens." << endl;
14.04.23-00:43
@User deleted
has done a team-matching profile update and introduces him-/herself
Reply (0)
Like
(0)
•