Posts by Iure • 21 points
1 post
-
1
votes2
answers598
viewsQ: Why am I not getting into the if Else of this code
import java.util.ArrayList; import java.util.Iterator; import java.util.Scanner; public class ControladorVeiculo { public static void main(String[] args) { ArrayList <Veiculo> veiculos = new…