#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
int main()
{
int num;
num=-1;
int numero1;
numero1=4;
if(numero1==1)
puts("La variable tiene valor de 1");
else
puts("La variable tiene otro valor");
printf("La variable vale %d \n",numero1);
if (num >0)
if(num==1)
puts("Eres el numero UNO");
else
puts("El segundo o tercero o N nunca es reortado");
else
puts("Eres un negativo, Numero es menor que uno");
getch();
return 0;
}
No hay comentarios:
Publicar un comentario