String IntroductionText[] = {
"Hi",
"This is Syed from Dubai. ",
"I love Coding, Debugging and Mentoring. ",
"I joined here to connect with like-minded Developers. ",
"I am so happy to be part of DEV."
}; For String s: IntroductionText
Print s
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
String IntroductionText[] = {
"Hi",
"This is Syed from Dubai. ",
"I love Coding, Debugging and Mentoring. ",
"I joined here to connect with like-minded Developers. ",
"I am so happy to be part of DEV."
};
For String s: IntroductionTextPrint s