#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
The Complete Guide to Local AI Coding in 2026
The Complete Guide to Local AI Coding in 2026 TL;DR: Qwen2.5-Coder-32B scores 92.7% on HumanEval (matching GPT-4o), runs…
Incremental lint fixes by GitHub Actions
How do you apply new lint rules to the legacy project with active development? Have you added standard…
How to Use AI for Predictive Analytics in Business Decision-Making
AI-driven predictive analytics is transforming how businesses make data-driven decisions, helping them anticipate market trends, optimize operations, and…