DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Education Program colegio

program Colegio; uses crt,printer,dos; type persona = record Nombre : string[15]; ap1 : string[15]; ap2 : string[15]; tel : string[9]; day : byte; month : byte; year : word;…