You can find the instructions for this lab here. Create a new repository on GitHub to house your code. Be sure to make the repository public so that I can view and grade it. We will use Gradle to ...
// s.charAt(i) -- gives you the character at index i of the string // s.substring(i) -- gives you the substring starting at the ith index ...