DEV Community

zafar7709
zafar7709

Posted on

2 2 2 2 2

Ikkinchi dars cin qilish

#include <iostream>
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.
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
sunnat2009 profile image
sunnat2009

ZO'R

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more