SyntaxFix
Write A Post
Hire A Developer
Questions
//smalest number in the array// double small = x[0]; for(t=0;t<x[t];t++) { if(x[t]<small) { small=x[t]; } } printf("\nThe smallest number is %0.2lf \n",small);