#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
A New Technology You Should Know: DeerFlow
DeerFlow is an open-source, community-driven framework designed to facilitate advanced research through the integration of various tools and…
Do Night Owls Code Better?
Are you a night owl coder? Share your experiences with late-night programming. What advantages and challenges do you…
Learn JavaScript while Playing Games – Gamify Your Learning
Using Gamification To Amplify Your Software Development Skills And Learn JavaScript Paul Knulst in Programming • 6 min read…