Product with Recursive Methods
Using recursion, create a program that will allow for a user to enter 5 numbers. The program will provide the product of all 5 numbers using recursive methods.
Submit screenshots of your program’s execution and output. Include all appropriate source code in a zip file.