Hi everyone, I'm Gabriel from Greece,
I have a little problem with a part of code I'm trying to write. Actually it's a part from a bigger code.
I want to do this:
Lets say that I have a String array: projects{"A", "B", "C", ...}. The size of the array can be changed so the code should worn for n elements.
I want this output:
A
B
C
AB
AC
BC
ABC
...
Note that AB is equal to BA, AC=CA, ...
Thanks for your time for reading this and I would really appreciate if someone could write me the code, because I'm trying to write it for a few days now and I couldn't do anything. Thanks again.