October 2018 1 23 Report

C++! Powiedzcie dlaczego to nie działa! :( I jak zrobić następny odgałęźnik np od piłki nożnej (następne 4 pytania):( Daje naj!!

#include <iostream>
#include <conio.h>
using namespace std;
int main()
{
int a,b,c,d,e;

cout<<"Czym się interesujesz?"<<endl;
cout<<"a) Sport"<<endl;
cout<<"b) Muzyka"<<endl;
cout<<"c) Filmy"<<endl;
cout<<"d) Gry"<<endl;
cout<<"Podaj odpowiedź:"<<endl;
cin>>e;

if (e==a)
{
cout<<"Jaki sport lubisz najbardziej?"<<endl;
cout<<"a) Siatkówka"<<endl;
cout<<"b) Piłka nożna"<<endl;
cout<<"c) Piłka ręczna"<<endl;
cout<<"d) Tenis ziemny"<<endl;
cout<<"Podaj odpowiedź:"<<endl;
}

else
if (e==b)
{
cout<<"Jaki gatunek muzyki lubisz najbardziej?"<<endl;
cout<<"a) Pop"<<endl;
cout<<"b) Rock"<<endl;
cout<<"c) Rap"<<endl;
cout<<"d) Electro"<<endl;
cout<<"Podaj odpowiedź:"<<endl;
}
else
if (e==c)
{
cout<<"Jaki gatunek filmów lubisz najbardziej?"<<endl;
cout<<"a) Komedia"<<endl;
cout<<"b) Akcji"<<endl;
cout<<"c) Dokument"<<endl;
cout<<"d) Horror"<<endl;
cout<<"Podaj odpowiedź:"<<endl;
}
else
if (e==d)
{
cout<<"Jaki sport lubisz najbardziej?"<<endl;
cout<<"a) Siatkówka"<<endl;
cout<<"b) Piłka nożna"<<endl;
cout<<"c) Piłka ręczna"<<endl;
cout<<"d) Tenis ziemny"<<endl;
cout<<"Podaj odpowiedź:"<<endl;
}
getch();
return 0;
}


Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.