Question: How do I write a C++ code for the question in the image? 5. Request an integer value of at least three digits from the

How do I write a C++ code for the question in the image?
5. Request an integer value of at least three digits from the console. Create a function graph with an integer parameter n. This function recursively extracts each digit from n in forward order. For each extracted digit it outputs digit stars on a line. Call this function with various input values. Output Example Enter a positive integer: 242345
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
