Posts by Luiz Schmitt • 11 points
1 post
-
1
votes2
answers35
viewsA: Structures and selection of conditionals
add this if after scanf: if(num_vacas[i].cod == 0) break; the 'break' that will make your loop close.
1 post
1
votes2
answers35
viewsadd this if after scanf: if(num_vacas[i].cod == 0) break; the 'break' that will make your loop close.