Computer Science, asked by hermoinegranger7, 1 year ago

plz answer I need help in the above program

Attachments:

Answers

Answered by nitish8089
1
code in screenshot...
output also

syntax: nested for loop :
// outer loop
for(initlization;condition;increment){
// inner loop :
for(initlization;condition;increment)
}

more logic in screen shot see out..
Attachments:
Similar questions