inC++recursive functions.pdf Objective: After completion of this lab, you will be able to – Define several different recursive functions. Lab Exercise Part 1 Let’s implement several of the recursive functions we have talked about this week, in addition to a few new ones Write a recursive function named write vertical that takes an integer number as an argument and then prints the number vertically, a single digit at a time. Write a recursive function named factorial which takes an
OR
OR