Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

#include <iostream>

 

using namespace std;

 

void getMenu(){

cout<<"Menu"<<endl;

cout<<"1 - Anzahl festleegen"<< endl;

cout<<"2 - Zahlen eingeben" << endl;

cout<<"3 – Minimum anzeigen"<< endl;

cout<<"x – Beenden"<< endl;

}

void getMenu2(){

cout<<"a = 1" << endl;

cout<<"b = 2" << endl;

cout<<"c = 3" << endl;

 

 

}

 

int main()

{

int wahl;

char wahl2;

int zahl1;

int zahl2;

int zahl3;

 

getMenu();

cout<<"Ihre Wahl: ";

cin>> wahl ;

 

while (wahl != 'x'){

if(wahl == 1){

getMenu2();

cout<<"Antwort: ";

cin>> wahl2;

cout<<endl;

}

else if(wahl == 2)

{

if(wahl2 =='a'){

cout<<"bitte geben Sie die Zahl ein: ";

cin>>zahl1;

break;

 

}

else if (wahl2 =='b'){

cout<<"bitte geben Sie die erste Zahl ein: ";

cin>>zahl1;

 

cout<<"bitte geben Sie die zweite Zahl ein: ";

cin>>zahl2;

 

cout<<endl;

}

else if (wahl2 =='c'){

cout<<"bitte geben Sie die erste Zahl ein: ";

cin>>zahl1;

 

cout<<"bitte geben Sie die zweite Zahl ein: ";

cin>>zahl2;

 

cout<<"bitte geben Sie die dritte Zahl ein: ";

cin>>zahl3;

 

cout<<endl;

}

else{

cout<<"Nochmal waehlen";

}

 

}

else if(wahl == 3)

{

if (wahl2 =='a'){

cout<<"die kleinste Zahl ist : "<< zahl1 <<endl;

}

else if(wahl2 =='b'){

if (zahl1 < zahl2){

cout<<"die kleinste Zahl ist: "<< zahl1 <<endl;

}

else{

cout<<"die kleinste Zahl ist: "<< zahl2 <<endl;

}

}

else if(wahl2 =='c'){

if (zahl1 < zahl2 && zahl1 < zahl3){

cout<<"die kleinste Zahl ist: "<< zahl1 <<endl;

 

}

else if(zahl1 < zahl2 && zahl3 < zahl1){

cout<<"die kleinste Zahl ist: "<< zahl3 <<endl;

}

else{

cout<<"die kleinste Zahl ist: "<<zahl2 <<endl;

}

}

else{

cout<<"error"<<endl;

}

}

else{

cout<<"danke"<<endl;

break;

}

getMenu();

cout<<"Ihre Wahl: ";

cin>> wahl;

 

 

 

}

 

}

 

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.