En este ejercicio se debe crear un programa que simule un pequeño juego de selección de colores.
<p>
<button style="background-color: white"></button>
<button style="background-color: white"></button>
<button style="background-color: white"></button>
<button style="background-color: white"></button>
</p>
<p>
<button style="background-color: yellow"></button>
<button style="background-color: blue"></button>
<button style="background-color: red"></button>
<button style="background-color: green"></button>
</p>
<p class="aviso">Objetivo conseguido.</p>
<p>
<button style="background-color: green"></button>
<button style="background-color: yellow"></button>
<button style="background-color: white"></button>
<button style="background-color: white"></button>
</p>
<p class="aviso">La posición del último color coincide.</p>
Nota: El día del examen los alumnos no tienen acceso a este ejemplo, solamente tienen acceso a las capturas del apartado anterior.
Un ejemplo de programa puede probarse en la ventana siguiente: