Identify and fix the errors in the following code:
1 int main()2 {3 double [100 ] r;4 5 for (int i = 0 ; i<100 ; i++);6 r(i) = rand() % 100 ;7 }
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.