ohhh...im so sorry... ok
this is my idea... there is always an error,and i can't fid the right codes in these problem!!
CODE
#include <stdio.h>
#include <conio.h>
int main()
{
int counter, num1= 0, num2= 0, num3= 0,num4= 0, num5= 0, num6= 0, num7= 0, num8= 0, num9= 0, num10= 0, max, min;
printf("\n\n\n\n\t\t\t\t Sequence.c\n\n\n");
printf("\t* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ");
printf("\n\n\n\t\t\t\t Enter num1: ");
scanf("%d", &num1);
printf("\n\n\t\t\t\t Enter num2: ");
scanf("%d", &num2);
printf("\n\n\t\t\t\t Enter num3: ");
scanf("%d", &num3);
printf("\n\n\t\t\t\t Enter num4: ");
scanf("%d", &num4);
printf("\n\n\t\t\t\t Enter num5: ");
scanf("%d", &num5);
printf("\n\n\t\t\t\t Enter num6: ");
scanf("%d", &num6);
printf("\n\n\t\t\t\t Enter num7: ");
scanf("%d", &num7);
printf("\n\n\t\t\t\t Enter num8:");
scanf("%d", &num8);
printf("\n\n\t\t\t\t Enter num9: ");
scanf("%d", &num9);
printf("\n\n\t\t\t\t Enter num10: ");
scanf("%d", &num10);
if((num1 < 2) && (num10>1))
{
printf("%d is he min", min);
}
else
{
printf("%d is the max", max);
}
getche();
return 0;
}
thnx by the way...!!