0
Please help me with this question. I am also thinking about it.
Write a program that calculates the number of possible arrangements for any number of guests and any number of chairs. (Assume there will never be fewer guests than chairs.) Donât let this get too complicated. A simple for loop should do it.
2 Answers
+ 1
it's possible using the loop of while and else
+ 1
Thank you sir.