DEV Community

Jafar9442
Jafar9442

Posted on

TO'G'RI TO'RTBURCHAK YUZUNI TOPISH O'RGANAMIZ.

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;
}
Enter fullscreen mode Exit fullscreen mode

@dawroun

Top comments (0)