Posts by Sami Vasconcelos • 33 points
1 post
-
3
votes1
answer112
viewsQ: Repeating structure
I’m studying repetition structure in Java here. And I came across the will to do the following: public class Teste { public static void main(String[] args) throws IOException { for (int i = 1; i…