This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Puzzle | |
======= | |
Everyone loves alphabet soup. And of course you want to know if you can construct a message from the letters found in your bowl. | |
Task: | |
===== | |
Write a function that takes as input two strings: | |
1. the message you want to write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Imprimir “Hola mundo” por pantalla. | |
2. Crear dos variables numéricas, sumarlas y mostrar el resultado. | |
3. Mostrar el precio del IVA de un producto con un valor de 100 y su precio final. | |
4. De dos números, saber cual es el mayor. | |
5. Crea una variable numérica y si esta entre 0 y 10, mostrar un mensaje indicándolo. | |
6. Añadir al anterior ejercicio, que si esta entre 11 y 20, muestre otro mensaje diferente y si esta entre 21 y 30 otro mensaje. | |
7. Mostrar con un while los números del 1 al 100. | |
8. Mostrar con un for los números del 100 al 200. |