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
Jagroop Singh -
Alexandra -
Dumebi Okolo -
H A R S H H A A -
Top comments (0)