TGINSIGHT CHAT
Computer Programming
@cpp_sirius
Education- Programming Lessons - Daily problems - Guide books Murojaat: @asadbek_tolqinjonov
Siste innlegg
Side 25 av 33 · 395 innlegg
Publisert 2. okt.
// if 1 // int n; cin>>n; // if (n>0) { // n++; // } else { // n = n; // } // cout<<n;
Publisert 2. okt.
Mustaqil: if 2
Publisert 2. okt.
Publisert 2. okt.
Tushunarlimi?
Publisert 2. okt.
// boolalpha 0 va 1 => true va false
Publisert 2. okt.
// int uch , yuz, bir; // cout<<"Uch xonali son kiriting: "; cin>>uch; // yuz = uch / 100; // bir = uch % 10; // if (yuz==bir) { // cout<<"Palindrom"; // } else { // cout<<"Palindrom emas"; // }
Publisert 2. okt.
if (shart) { true_operator; } else { false_operator; }
Publisert 2. okt.
Savollar bo'lsa yozing.
Publisert 2. okt.
23 va 24
Publisert 2. okt.
Rostlikka tekshirish: true yoki false?
Publisert 2. okt.
23 va 24
Publisert 2. okt.
What you can learn? — if-else statement — switch case — Solving extra problems — GitHub uploading