You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*Takes input and makes a histogram of the input word lengths
*/
int main()
{
int gymage[] = {30,48,52,25,63,50,18,28,72,25,38,24,48,45,28,39,37,63,20,81,74,21,29,48,37,52,25,44,29,66,32,28,35,49,18,56,48,38,52,33,46,34,44,68,24,34,55,39,40,30};
int gymgend[] = {0,0,0,1,1,1,1,1,0,1,1,0,1,0,1,0,1,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,0,0,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1};