Posts by Leo • 41 points
1 post
-
4
votes2
answers659
viewsQ: summation multiplication algorithm
I’m doing a job that I need to create an algorithm that turns product into sum or difference and I can only use the signals +, - and the commands else, if, print, while and input. I was able to make…