Computer Programming
‼️ Attention ‼️ Should we conduct an offline lesson tomorrow? What you can learn? — if-else statement — switch case — Solving extra problems — GitHub uploading Yes 🔥 No 🌚
Extra Sessions for Midterm Preparation
✅Be ready
@cpp_sirius👨💻
💻 C++ Programming
⏰Time: 14:00
🏢 Room: UCA 215 or UCA 219
✅Be ready
@cpp_sirius👨💻
🫡1
Computer Programming
Extra Sessions for Midterm Preparation 💻 C++ Programming ⏰Time: 14:00 🏢 Room: UCA 215 or UCA 219 ✅Be ready @cpp_sirius👨💻
‼️Pay Attention ‼️
Our lesson is cancelled, because of some issues.
So organize an online lesson.
📎 https://t.me/cpp_sirius
Our lesson is cancelled, because of some issues.
So organize an online lesson.
💻C++ Programming
🗓️ Today, Thursday
⏰ Time: 21:00
📎 https://t.me/cpp_sirius
Telegram
Computer Programming
- Programming Lessons
- Daily problems
- Guide books
Murojaat: @asadbek_tolqinjonov
- Daily problems
- Guide books
Murojaat: @asadbek_tolqinjonov
❤2⚡1
Sorry for the lateness.
A few minutes, then we'll start.
Be prepared ✅
A few minutes, then we'll start.
Be prepared ✅
🔥2
What you can learn?
— if-else statement
— switch case
— Solving extra problems
— GitHub uploading
— if-else statement
— switch case
— Solving extra problems
— GitHub uploading
Computer Programming
23 va 24
// begin 24
// 2 ta yechim, 1 ta yechim, yo'q
// D>=0
// float a, b, c, d;
// cin >> a >> b >> c;
// d = pow(b,2) - 4*a*c;
// bool k = d>=0;
// cout<<boolalpha<<k;
// 2 ta yechim, 1 ta yechim, yo'q
// D>=0
// float a, b, c, d;
// cin >> a >> b >> c;
// d = pow(b,2) - 4*a*c;
// bool k = d>=0;
// cout<<boolalpha<<k;
// 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";
// }
// cout<<"Uch xonali son kiriting: "; cin>>uch;
// yuz = uch / 100;
// bir = uch % 10;
// if (yuz==bir) {
// cout<<"Palindrom";
// } else {
// cout<<"Palindrom emas";
// }