...

/

Solution: Split a String

Solution: Split a String

Let's go over the solution of the "Split a string" challenge.

Flowchart of a possible solution

In this challenge, we’re expected to print the second half of a comma-separated string. Below is the flow chart representing one possible solution:

In the flowchart above, "Get the starting index" indicates the starting point of the string from where we want to ...