Access the Application: Open your web browser and navigate to http://localhost:3000. My first significant challenge in this tutorial was immersing myself in the Ruby ...
puts "Division de enteros: #{15/4}" # Devuelve 3, notar que el resultado es un entero y no un flotante. Resultado flotante: 3.75 puts "Division al menos 1 flotante: #{15/4.0}" # Devuelve 3.75 puts ...