Cin



This content originally appeared on DEV Community and was authored by Muhammadyusuf Xotamov

  • cin user conslga malumot kiritsa boladi
#include <iostream>

using namespace std;

int main()
{

int number;

cin >> number;

cout << number << endl;

    return 0;
}

  • cin orqali conslga qiymat kiritsa boladi


This content originally appeared on DEV Community and was authored by Muhammadyusuf Xotamov