Given this declaration: Write a Java statement that finds the index of the letter G and prints

Question:

Given this declaration:

String snyder = "Stick together. Learn the flowers. Go light.";

Write a Java statement that finds the index of the letter ‘G’ and prints everything in snyder from that point on. In other words, it prints Go light.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: