Exámenes - Cuenta monedas

En este ejercicio se debe crear un programa que muestre tres montones de monedas.

Cuenta monedas - Comentarios

Cuenta monedas - Ejemplos de código HTML

  <p>
    <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
      width="520" height="320" viewBox="-10 10 440 250">
      <image href="img/monedas/moneda-50.svg" x="0" y="200" height="50" />
      <image href="img/monedas/moneda-50.svg" x="2" y="180" height="50" />
      <image href="img/monedas/moneda-50.svg" x="1" y="160" height="50" />

      <image href="img/monedas/moneda-1.svg" x="148" y="200" height="50" />

      <image href="img/monedas/moneda-2.svg" x="298" y="200" height="50" />
      <image href="img/monedas/moneda-2.svg" x="298" y="180" height="50" />
      <image href="img/monedas/moneda-2.svg" x="301" y="160" height="50" />
      <image href="img/monedas/moneda-2.svg" x="299" y="140" height="50" />
      <image href="img/monedas/moneda-2.svg" x="299" y="120" height="50" />
    </svg>
  </p>

  <p>Hay 3 monedas de 50 céntimos, 1 moneda de 1 euro y 5 monedas de 2 euros. En total hay 12.5 euros.</p>
  <p>
    <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
      width="520" height="320" viewBox="-10 10 440 250">
      <image href="img/monedas/moneda-50.svg" x="2" y="200" height="50" />

      <image href="img/monedas/moneda-1.svg" x="150" y="200" height="50" />
      <image href="img/monedas/moneda-1.svg" x="151" y="180" height="50" />
      <image href="img/monedas/moneda-1.svg" x="151" y="160" height="50" />
      <image href="img/monedas/moneda-1.svg" x="150" y="140" height="50" />
      <image href="img/monedas/moneda-1.svg" x="152" y="120" height="50" />
      <image href="img/monedas/moneda-1.svg" x="149" y="100" height="50" />
      <image href="img/monedas/moneda-1.svg" x="148" y="80" height="50" />
      <image href="img/monedas/moneda-1.svg" x="150" y="60" height="50" />
      <image href="img/monedas/moneda-1.svg" x="149" y="40" height="50" />
      <image href="img/monedas/moneda-1.svg" x="148" y="20" height="50" />

      <image href="img/monedas/moneda-2.svg" x="302" y="200" height="50" />
    </svg>
  </p>

  <p>Hay 1 moneda de 50 céntimos, 10 monedas de 1 euro y 1 moneda de 2 euros. En total hay 12.5 euros.  </p>

Cuenta monedas - Ejemplo de programa

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:

Enlace a ejemplo