You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
UZATMADAN DİREK KODLAR;
#include <iostream>
using namespace std;
int main()
{
int hava,mevsim;
cout<<"hava nasil?\n";
cout<<"\t(1)Sicak\n";
cout<<"\t(2)Soguk\n";
cin>>hava;
cout<<"mevsim?\n";
cout<<"\t(1)Sonbahar\n";
cout<<"\t(2)Kis\n";
cout<<"\t(3)yaz\n"...