Chat with our AI personalities
The total number of alphabets is 26. So the probability of letter C = No of time c is present in the alphabets / Total number of alphabets So probability of letter c is 1/26
No
C=cost x=cans C=70x
int matrix[][]; // the matrix to find the max in int max = matrix[0][0]; int r,c; for(r = 0; r < 3; ++r) { for(c = 0; c < 3; ++c) { if(matrix[r][c] > max) { max = matrix[r][c]; } } } // max is now the maximum number in matrix
First the 'values' of the GPA system:A = 4 pointsB = 3 pointsC = 2 pointsD = 1 pointF = 0 pointsSo, add the sum of the points and divide by the total number of entries. So In this particular question: 3 x 2 = 6 (for the 3 C's) + 4 + 3 + 1 + 0.So ... 6+4+3+1+0 = 14. Now divide that by the total entries (7) and you get 2, or a C grade average.