...1. for i:=1 to n 2. for j:=1 to n 3. print(i,j) a) Write...
Loops have an important procedure used widely in computer science. Actually, it's one of the advantages of computer science that we do not have to write a code as many times as it needs...