Hello guys,
I want to call a certain function based on an input of the user, for example
I declare a int Num;
then I have multiple versions of a function named Function1(), Function2(), ..FunctionN(),
Hence the user Inputs a number called Num ,
lets say the user inputs 3
Then I want to call Function3()