Posts by Zé Vitu • 9 points
1 post
-
0
votes2
answers33
viewsQ: Why do I try to divide the value of 0?
package com.company; import java.util.Scanner; public class Lista3 { public static void main(String[] args) { Scanner entrada = new Scanner(System.in); …