Posts by annoraxico • 43 points
1 post
-
4
votes4
answers430
viewsQ: Print variable inside a repeat structure
Not recognizing the variable soma because she’s inside the loop. What do I do to fix it? public static void main(String[] args) { int tipo; int restante = 0; int bim = 4; //double soma= 0; double[]…