Question: Please help me solve this problem with c++ language. Your efforts are appreciated ! Thank you very much ! CPSC 1160: ASSIGNMENT 2[25 MARKS] Exercise
Please help me solve this problem with c++ language. Your efforts are appreciated ! Thank you very much !

![appreciated ! Thank you very much ! CPSC 1160: ASSIGNMENT 2[25 MARKS]](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66d7eef04590b_43966d7eeefd5ee6.jpg)
CPSC 1160: ASSIGNMENT 2[25 MARKS] Exercise 1 [20 marks] Write a program that will ask the user for two numbers First is a base (a number between 1-16) 0123456789ABCDEF o Second is a length of the sequences ( it will always be less than or equal to 6) Your program should then generate all possible sequences of the given length for the given base. Your program should then print out all the sequences and the number of sequences that were generated YOUR SOLUTION MUST BE RECURSIVE You should write at least three functions int main() Which is the main function. Keep it brief generate(int, vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
