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
printf("input 2 letters to find the middle letter \n");
cin >> letterLarger >> letterSmaller;
//equation is larger letter (deci value) minus smaller letter (deci value) divided by 2 and then that answer gets added onto the smaller value to find the middle letter (deci value) then convert back to char form