#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
Building AI Characters with Gemini AI and Vertex AI: A Step-by-Step Guide
Introduction Artificial intelligence has revolutionized the way we interact with technology. One exciting application of AI is the…
Webhook vs API: Key Differences You Need to Know
Webhook vs API: Key Differences You Need to Know In the world of web integration and data exchange,…
🚀 NEXT.js Just Dropped a Game-Changing Update! Here’s Why You Should Care 🚀
Hey Dev Community! 👋 If you’re a web developer, you’ve probably heard of NEXT.js—the React framework that’s been…