Int main ()
{
using namespace std;
Double SQRT (double);
Double area;
Cout & lt; <"Enter the floor area, in square feet, of your home:";
Cin> Area;
Double side;
Side=SQRT (area);
Cout<"That 's the equivalent of a square" & lt;
}
CodePudding user response:
Add a # include & lt; Math. H>