I m learner . this is my 3 rd programming ..plz help me..
I wrote this programme today but at last while i m compling than there is no problem but when runnung it give me option to ignore , skip all odds some thing like this , plz point the mistake..

And if some body has turbo c 3.00 plz provide me that...


Code:
#include<stdio.h>
main()
{
int a,b,c;
float x,d;
printf("Enter the Numbers a,b,c,d);
scanf("%d %d %d %f" , &a,&b,&c,&d0;

x=a*b+c*d;

printf("%f" , x);

getchar();  
}
Can i write down the program in Bold here?