We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ffbe1 commit 9be600dCopy full SHA for 9be600d
src/Colmena/AbejaReina.java
@@ -12,7 +12,6 @@ public AbejaReina(int edad, String estadoSalud, double productividad) {
12
13
public String getInfo() {
14
return super.getInfo() + String.format("""
15
- 👑 Abeja Reina
16
🕰️ Edad: %d años
17
🍯 Productividad: %.2f kg de miel
18
""", edad, productividad);
0 commit comments