Posts by williandevdofuturo • 1 point
1 post
-
-1
votes3
answers12987
viewsA: Using a hashMap
package com.teste.apl; import java.util.HashMap; import java.util.Map; import java.util.Scanner; public class Main { static Map<Integer, String> mapaNomeClientes = new HashMap<>();…
javaanswered williandevdofuturo 1