Posts by Ricardo B • 13 points
1 post
-
1
votes1
answer577
viewsQ: How to find the value of a hashmap element?
I have a very strange doubt, I have a HashMap that has these two values ids("pergunta","IdP"); To pergunta is a String and IdP is a Int, me now to get the value of Idp I have to do int a =…