Computer Science, asked by Puja5598, 1 year ago

flow chart for finding the square root a number

Answers

Answered by hari2162
8
this is your answer it might be helpful to u I think
if u satisfied with this
hit thank you
Attachments:
Answered by jitendra420156
2

Answer:

Explanation:

Algorithm of this program is −

START

  Step 1 → Take integer variable year

  Step 2 → Assign value to the variable

  Step 3 → Check if year is divisible by 4 but not 100, DISPLAY "leap year"

  Step 4 → Check if year is divisible by 400, DISPLAY "leap year"

  Step 5 → Otherwise, DISPLAY "not leap year"

STOP

Attachments:
Similar questions