This is my code but the thing is that I need to create a void inside the class that already reads the permutation and performs the operations...instead of having the code in the main...
Sorry...for crearly defining my problem I am having...my code works and gives me the permutation in reference to the cardinal that is input...but I need to have the Class Permutacion define a void that reads the Permutation instead of doing it in the int main()
example:
class Permutacion{
. //This is representing the code that is good
.
.
void Read_per(){