TO'G'RI TO'RTBURCHAK YASAH O'RGANAMIZ.
#include <iostream>
#include <iomanip>
using namespace std;
int main() {
int eni, boyi;
cout << "Area is ";
cin >> eni >> boyi;
cout << setprecision(2) << fixed << eni * boyi << (".") ;
return 0;
}
For further actions, you may consider blocking this person and/or reporting abuse
Ashraf Ras -
Fahmi Noor Fiqri -
Kenichiro Wada -
Innovative Insight -
Top comments (0)