Question: main. c file .c file header file so I have an error in my .c file but I don't understand what's wrong. I tried 'int'
main. c file
.c file
header file
so I have an error in my .c file but I don't understand what's wrong. I tried 'int' before and after the ( , but no luck.
main.c [Chapter4 71-Code Blocks 16.01 File Edit View Search Project Build Debug Fortran wxsmith Tools Tools+ Plugins DoxyBlocks Settings Help main.c x rand float.c Xrand float.hX include 7 8 #include 9 linclude Trand float.hm 10 11 int main(void) { 12 13 14 15 16 17 18 19 20 21 unsigned int seed int n. k double component reliability, a series, a parallel, series-success=0, numl num2, num3; parallel, success-0, double rand float (double a, double b) 23 24 25 26 27 28 29 30 31 printf("Enter individual component reliability: Nn") scanf ("51f" , &component-reliability); printf ("Enter number of trials: M") scanf ("in n)E printf ("Enter unsigned integer seed: Nn") scanf "su", sseed) : srand (seed) printf "n") a-series a parallel pow(component-reliability, 3); Bcomponent reliability 3 pow (component. reliability,a) t pow component_ reliability. 3) 34 35 36 37 38 39 40 41 42 43 printf ("Analytical Reliability printf ("Series: .3f Parallel: ) t.3f ", a series, a parallel): ",n); printf ("Simulation Reliability, trials printf ("Series: .of Parallel: .3f n'. (double) series success, (double) parallel _success) return D 45 46