Computer Science, asked by jainsamyak2020, 9 months ago

Make a algorithm & flowchart to display a square root of any number. (for q basic)

Answers

Answered by payalmanghnani11
4

Explanation:

Algorithm

1.        Input: a real number X

sqrt(x) = x^0.5

2.        If (X < 0) Then

Output: X “  cannot be negative.”

STOP

        Edif

flowchart-

Similar questions