Looping | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Looping

write a nested for loop that prints a 10x10 pattern of 0s. using c++ please I need urgent help

9th Nov 2016, 10:18 PM
Rabbi Sarpong
2 Réponses
+ 1
for example python would be: for i in range (10): print ("0000000000")
9th Nov 2016, 10:42 PM
Isaac Pace
Isaac Pace - avatar
0
which language?
9th Nov 2016, 10:41 PM
Isaac Pace
Isaac Pace - avatar