grados.php 108 B

123
  1. <?php
  2. const GRADOS = ["Sr.", "Sra.", "Srita.", "Lic.", "Ing.", "Esp.", "Mtro.", "Mtra.", "Dr.", "Dra."];
  3. ?>