#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
Introducing the Android XR SDK Developer Preview
The Android XR SDK, a new platform for building extended reality (XR) experiences on Android, is now available…
Meme Monday
Meme Monday! Today’s cover image comes from last week’s thread. DEV is an inclusive space! Humor in poor…
Enhancing Backend Security: Safeguarding Firebase App Check for Flutter Apps
In the realm of mobile app development, ensuring robust security for backend resources is paramount. Firebase App Check…