Posts by Bruno Moraes Borges • 109 points
3 posts
-
4
votes1
answer38536
viewsQ: How to take the blue color out of links by ultializing CSS?
My teacher asked me to recreate the pages of G1, Globe Sport and Walmart. He wants the links "dead, so I use the <a href="#">. The problem is that there the contents of a turns blue, and the…
-
-1
votes2
answers239
viewsQ: Multiple assignment in Mysql
How to assign multiple values to a table attribute in Mysql? For example a table where a customer can have multiple phones, and in the assignment can be passed the various customer phones at once.…
-
4
votes1
answer630
viewsQ: How to use a counter inside a Hashmap?
It is possible to do this? public static void main(String[] args) { Scanner in = new Scanner (System.in); Map <String,Integer> mapa = new HashMap <String,Integer>(); mapa.put("45 - Jose"…