Oltinchi dars round

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
double son = 3.6;

cout << “Yaqlitlangan butun son: ” << round(son) << endl;

return 0;
}

agar round() 5 past bolsa pasga yaxtlaydi agar kotta bolgan bosa tepga yaxlitlaydi

Leave a Reply

Your email address will not be published. Required fields are marked *