0
Multiplying a range
How would you multiply an input that's ranged? Like if I have -6 and I need an answer of 720
3 Antworten
+ 3
In python I would do it with functools.reduce
https://code.sololearn.com/c7w6lfJ7CRlI/?ref=app
+ 3
Amy Lara you did not specify the programming language though, nor have you demonstrated any effort so far, how you have tried to solve the problem.
0
Maybe I should be clearer.
What its asking is for me to have this:
Enter a negative number: -6
720