#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
Mastering Type Inference in Complex Scenarios for TypeScript
Type inference is one of TypeScript’s most powerful features, enabling developers to write code with minimal type annotations…
How to Detect Energy Sentiment Anomalies with the Pulsebit API (Python)
How to Detect Energy Sentiment Anomalies with the Pulsebit API (Python) We recently observed a striking anomaly in…
CinemaSins: Everything Wrong With The Wiz In 15 Minutes Or Less
Everything Wrong With The Wiz In 15 Minutes Or Less CinemaSins is back on the yellow brick road,…