Output :for(int j=12;j<=17;j++)
{System.out.print("j");
}
Answers
Answered by
0
Answer:
it will print "j" for seven times.
Similar questions