Using c++ language only Question: write a recursive c++ program using both QUEUE and Stack to print
Using c++ language only
Question: write a recursive c++ program using both QUEUE and Stack to print backwards “I able”
Key notes: Use if and while statements and put it in a loop.
PLEASE DON'T USE A “STRING”