Make a algorithm & flowchart to display a square root of any number. (for q basic)
Answers
Answered by
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