Home > Back-end >  Great god where is wrong
Great god where is wrong

Time:09-25

# include

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; Cout<"How fascinating!" return 0;
}

CodePudding user response:

Add a # include & lt; Math. H>
  • Related