Question: To be done in C++ or Java, doesn't matter. Write a RECURSIVE fucntion findParen(string str) where str contains a single pair of parentheses, returns a

To be done in C++ or Java, doesn't matter.

Write a RECURSIVE fucntion findParen(string str) where str contains a single pair of parentheses, returns a new string made of only the parentheses and whatever those parentheses contain.

Pseudocode Example: findParen("abc(ghj)789") => "(ghj)" findParen("(x)7") => "(x)" findParen("4agh(y)") => "(y)" 

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!