Divide a number in 5 diferent numbers
in
Programming Questions
•
1 year ago
Hello!
How cant I divide a number (n) in 5 diferentes munbres (n1, n2, n3, n4, n5), but the amout som should be igual to (n).
n1+ n2 + n3 + n4 + n5 = n
Best regards
* (Sorry for my bad English)
How cant I divide a number (n) in 5 diferentes munbres (n1, n2, n3, n4, n5), but the amout som should be igual to (n).
n1+ n2 + n3 + n4 + n5 = n
I want to build a function that receives (n) e returns the 5 numbers (n1, n2, n3, n4, n5)
Any ideas would be helpful
Best regards
* (Sorry for my bad English)
1