answersLogoWhite

0

Begin

Read:a

Set Sqt=pow(a,1/2)

If (a<0) then

Print:" square root imaginary"

Else

If (a=0) then

Print:"square root zero"

Else

Print:"square root real"

Endif

Endif

End

User Avatar

Wiki User

15y ago

What else can I help you with?