Question: how do you write a while loop code in Python that will return a sum of alternative add and subtraction of all digits of a
how do you write a while loop code in Python that will return a sum of alternative add and subtraction of all digits of a number. for example, I have number 1596, my sum will be 1-5+9-6.
thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
