From f051f81c9808ca027cdd60325693f13c26b9b4b8 Mon Sep 17 00:00:00 2001 From: Nacho Date: Sun, 13 Sep 2026 01:08:22 -0300 Subject: [PATCH] Add 'Java' to the languages array --- arreglos.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arreglos.rb b/arreglos.rb index 0d6a7a9..7d2a5d8 100644 --- a/arreglos.rb +++ b/arreglos.rb @@ -1,5 +1,5 @@ # 1. Crear un arreglo indexado -lenguajes = ["Ruby", "Python", "JavaScript", "PHP"] +lenguajes = ["Ruby", "Python", "JavaScript", "PHP", "Java"] puts "--- Lista de Lenguajes ---" # Recorrer con un bloque .each