Question: 1. Write a recursive function recLessThan0 that takes a an integer and prints a greater than symbol pattern using the character . The parameter represents

 1. Write a recursive function recLessThan0 that takes a an integer

1. Write a recursive function recLessThan0 that takes a an integer and prints a "greater than symbol" pattern using the character . The parameter represents the largest indent of the pattern. If n is 0 or negative the function doesn't print anything. The following shows several examples of patterns using different values of n. >> recLessThan (3) >>>recLessThan

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!