0
Looping
write a nested for loop that prints a 10x10 pattern of 0s. using c++ please I need urgent help
2 Respostas
+ 1
for example python would be:
for i in range (10):
print ("0000000000")
0
which language?
write a nested for loop that prints a 10x10 pattern of 0s. using c++ please I need urgent help