You are on page 1of 1

Pseudo and Flowchart

1. Start
2. Input float (“ a, b, c, d, e, f “ )
c2
3. Calculate g=b+
2 db
4. Update round ( g, 2 )
5. Display g
6. Calculate h = g – e
7. Update round ( h, 2 )
8. Display h
9. If f >= 0 and h >= 0:
i. if f > h:
Display ("Hydraulic jump case 3")
ii. elif f < h:
Display ("Hydraulic jump case 2")
iii. else:
Display ("Hydraulic jump case 1")
10. else:
Display ("No Depth value should be in Negative. Some Parameters might be
wrong. Kindly reinput value.")
11. End

You might also like