Problem in C
Write a program that simulates a die, like you did before.
This time, however, change your design such that the number of faces becomes a configurable parameter, that is being put in by the user at program start.
Identify the input(s) and the output(s)
Describe the algorithm that solves the problem