How to find cumulative sum of all the input becomes negative.
Simple Input Problem
@cseshivendra
Make a sum variable with initial value 0.
Add each element to it in the loop. Continue your loop till sum >= 0
Keep printing the elements in the loop itself. .
1 Like
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.