Problem
1. What is the length of the string "Java Program"?
2. Consider this string variable.
String str = "Java Program";
Give a call to the substring method that returns the substring "gram".
3. Use string concatenation to turn the string variable str from Self Check 27 into "Java Programming".