Question: write a C program for below description and array. where given_position is of type char* begin{tabular}{|c|c|c|c|c|c|} hline 2pt Att. & 2pt Made & 3pt Att.
write a C program for below description and array.
where given_position is of type char*


\begin{tabular}{|c|c|c|c|c|c|} \hline 2pt Att. & 2pt Made & 3pt Att. & 3pt Made & FT Att. & FT Made \\ \hline 8 & 6 & 0 & 0 & 5 & 4 \\ \hline 12 & 8 & 3 & 0 & 2 & 0 \\ \hline 12 & 6 & 0 & 0 & 4 & 1 \\ \hline \end{tabular} The function should return maximum total number of attempts of a player with position specified by the given_position. The given_position may be in different case (lower/upper) from the input or your table, but the letters are the same. For example, the input may be "foRWarD" whereas your table has "Forward". The maximum total number of attempts for a given player is determined by summing the attempts from the three categories: 2 -pointers, 3-pointers, and free throws
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
