main(){ int a,b,c,max; printf("please enter three numbers\n"); scanf("%d%d%d\n",&a,&b,&c); max==a; if (max {max==b} else if (max {max==c} printf("the biggest number is: %d",max);}