Answer:
Victoria has a tendency of playing with her hair when she gets nervous.
Explanation:
I believe this is what you are asking for.
:))))
Answer:
I hope they see me playing with my dog (who died a few months ago) Malikeye
Explanation:
none :)
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!
Answer:
Zevzda
Explanation:
Check for yourself if you think i'm wrong