I am trying to create code with basic C programming that will produce a running "net" from a starting balance. So far I have used the "while" loop that runs and counts the loops but does not calculate correctly.
The starting balance will be 1000.00 and it should be input to this information that produces a net.
So how do I loop, in a way, to maintain a running total? I also need to make sure the output produces positive floats listed under "Amount".