If String n=”LEARN”; for(int i=0;i<n.length()-1;i++) System.out.println(n); will display - *
Answers
Answered by
1
Answer:
It will print "LEARN" 4 times in different lines.
For example:
LEARN
LEARN
LEARN
LEARN
Answered by
1
Output:
LEARN
LEARN
LEARN
LEARN
Similar questions
Hindi,
7 months ago
English,
7 months ago
Environmental Sciences,
11 months ago
Math,
11 months ago
Math,
11 months ago