#include int A,B; main() { printf("hola Ingrese un numero"); scanf("%d",&A); B=A*5; printf("El resultado es %d",B); }