الرجوع
تسجيل الدخول

Given this method declaration

public static void talkLikeBigBoss(String command) { }

in the call below

String str = "We can change the world - and with it, the future. I am you, and you are me. Carry that with you, wherever you go. Thank you... my friend."
talkLikeBigBoss(str);