#include
using namespace std;
int main()
{
int son1, son2;
cout << "Birinchi sonni kiriting: ";
cin >> son1;
cout << "Ikkinchi sonni kiriting: ";
cin >> son2;
cout << "Siz kiritgan sonlar: " << son1 << " va " << son2 << endl;
return 0;
}
`
C++ 2 darsi bu input qilish quydagi shartni korshingiz mumkin.
Related Posts
Smaller, Safer, More Transparent: Advancing Responsible AI with Gemma
ShieldGemma is a suite of safety content classifiers models built upon Gemma2 designed to keep users safe. GemmaScope…
Shtcut Open Source: Your Friendly Marketing Companion
Hey there! In the world of digital marketing, we all need a helping hand, right? That’s where Shtcut…
A Deep Dive into Angular and Tanstack Query with Our Demo Store
Introduction In this blog post, I would like to deep dive into Angular and Tanstack query by calling…