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

What should be placed between the parentheses in the code below to output every character string outputWord?

for (_________________) {
    System.out.println(outputWord.charAt(i - 1));
}