Posts by gHYY • 1 point
1 post
-
0
votes1
answer129
viewsQ: Algorithm resolution error summing Java arguments
I made this algorithm that performs the sum of arguments inserted, but it shows something else. package ExerciciosSintaxe; import java.util.Scanner; public class Ex7 { public static void…