TECNICAS DE PROGRAMACION ESTRUCTURADA

Page 16

#include <stdio.h> main() { int Edad; printf("Proporciona tu edad "); scanf("%d",&Edad);

}

if(Edad>=18) { printf("Eres mayor de edad "); } else { printf("Eres menor de edad "); }


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.