what we actually need to do in this
What we actually need to do in this
you have to take input and print if total sum till now not become negative
means take one input add it to sum if it is positive then print it otherwise stop taking input
Hint : use while loop here