#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
Bring your ideas to life: Veo 2 video generation available for developers
Generate high-quality videos from text and image prompts with Veo 2, a video generation model, now generally available…
A Complete Guide on Notification Infrastructure for Modern Applications in 2023
The Era of Digital Communication: Transforming User Experience In today’s digital landscape, effective communication stands as the cornerstone…
Failed my way to 🥑developcado🥑
It’s been 2 months since the first Teach Jenn Tech launched. It took me 6 weeks to find…