Solution: Split a String
Let's go over the solution of the "Split a string" challenge.
We'll cover the following...
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 ...