I have the following HashMap
Map<String, Float>notas = new HashMap<String, Float>();
notas.put("Examen 1", 8.0F);
notas.put("1er trimestre", 9.4F);
and I have the following method to go through it and show it on the screen
@Su...
asked by
01.11.2017 / 21:45