Get Answers to all your Questions

header-bg qa

A Java program for this output-12 53 6 84 7 9 10

Answers (1)

best_answer

for(int i=1;i<=1;i++)

for(int j=1;j<=I;j++)

System.out.print(i);

System.out.println();

Posted by

Deependra Verma

View full answer