I have an arrangement with 12 elements, each one is a month of the year and they are assigned a number of days respectively
int Enero=31;
int Febrero=28;
int diciembre=31;
int cantidades[]= {Enero,Febrero,Marzo,Abril,Mayo,Junio,Julio,Agost...
asked by
04.09.2017 / 08:02