Computer Science, asked by sayanmondal73, 1 month ago

Output :for(int j=12;j<=17;j++)
{System.out.print("j");
}​

Answers

Answered by soomeetkumarss
0

Answer:

it will print "j" for seven times.

Similar questions