Mostly teenagers and young adults (ages 14-21) text the most.
Answer:
String word = "George slew the dragon";
int pos = word.indexOf("dr");
String drWord = word.substring(pos, pos+4);
System.out.println(drWord);
Explanation:
Assuming dr is always there, we don't have to check the validity of 'pos'. Normally, you would!
<span>Three-pronged firewall hope this helps!</span>
It would be False, because if you were to mess up it can result in something going bad.