#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
“Geographical Demand Data Extraction: Web Automation and Efficient Data Handling with Python, Selenium, and BeautifulSoup” 🚀✨
Over the last few days, I’ve been diving into this cool web scraping project using Python and Selenium.…
☕ Cache Eviction — Lessons from a Small Café
Imagine running a cozy café with a tiny pastry shelf. You can only keep a few items at…
EduForge: Turning Cultural Trends into Knowledge
We all see trends explode on TikTok, Instagram, and YouTube — but how often do we stop and…