Entre em contato com a gente!
Ajuda e Doações ao Blog-
Pix mvf5system@gmail.com
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <math.h>
main()
{
int numero;
printf("Informe um valor positivo: ");
scanf("%d", &numero);
if (numero % 10 == 0 && numero%5 == 0 && numero % 2 == 0)
printf("O numero eh divisivel por 10, 5 e 2\n");
else
printf("O numero nao eh divisivel por 10, 5 e 2\n");
system("pause");
return 0;
}
E-mail: mvf5system@gmail.com
Blog: http://mvf5-system.blogspot.com.br/
Facebook: https://www.facebook.com/mvf5systems
0 comentários:
Postar um comentário