Given this declaration:6
string snyder = "Stick together.\nLearn the flowers.\nGo light.";
Write a Java statement that finds the index of the letter 'G' and prints everything in
snyderfrom that point on. In other words, it prints
Go light.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.