I kind of suck at recursion (which is why im working on this) and I’m having trouble figuring out how to do this: ("Hello" foldLeft(1))((x, y) => x * y.toInt) recursively. Any thoughts?
I kind of suck at recursion (which is why im working on this) and
Share
1 Answer