En este ejercicio se debe crear un programa que muestre una fila de entre 5 y 10 números al azar del 1 al 10 situados en cuadros de colores y que calcule un resultado.
<table>
<tr>
<td style="background-color: hwb(0 40% 0%)">9</td>
<td style="background-color: hwb(30 40% 0%)">6</td>
<td style="background-color: hwb(60 40% 0%)">8</td>
<td style="background-color: hwb(90 40% 0%)">5</td>
<td style="background-color: hwb(120 40% 0%)">9</td>
</tr>
</table>
<p>La puntuación obtenida es <span style="font-size: 2rem">9 - 6 + 8 - 5 + 9 = <strong>15</strong></span> puntos.</p>