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
Philip -
Nouhaila El Ouadi -
Sayan Mondal -
akhil mittal -
Top comments (0)