answersLogoWhite

0


Best Answer

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

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a structure algorithm pseudocode to calculate the square of a number inputted your algorithm should accept a number find the square and then print the square amount.?
Write your answer...
Submit
Still have questions?
magnify glass
imp