#include <stdio.h>
main()
{
int a,b,c,d,e,f,g,h,i,j;
printf("Ingrese un numero a:");
scanf("%d",&a);
printf("Ingrese un numero b:");
scanf("%d",&b);
printf("Ingrese un numero c:");
scanf("%d",&c);
printf("Ingrese un numero d:");
scanf("%d",&d);
printf("Ingrese un numero e:");
scanf("%d",&e);
printf("Ingrese un numero f:");
scanf("%d",&f);
printf("Ingrese un numero g:");
scanf("%d",&g);
printf("Ingrese un numero h:");
scanf("%d",&h);
printf("Ingrese un numero i:");
scanf("%d",&i);
printf("Ingrese un numero j:");
scanf("%d",&j);
y ahora... la verdad es que no tengo ni idea de por donde pueden ir los tiros.
Tengo el libro de "El lenguaje de programación C" de Kernighan Brian
saludos, soy nuevo, tanto en el foro como en este lenguaje...