P/S: Code was written by Blog06, if there is anything wrong, please report to me!
Type: C++
Purpose: Calculate the geometrical area
1. Hình Vuông:
#include <iostream>
Using namespace std;
Int main () {
Float side, area;
Cout << "Enter the length of a side of the square:";
Cin >> side...