display content of array from function call@TheIdeasMan For last two points: Your points are valid but thats not how they teach C++, in my exp...
display content of array from function callThis might be assignment where @PopRockCandy needs to use arrays. The return type of payRate is sugg...
display content of array from function callOn lines 46-48 you are printing contents of array declared on line 42. This array is not filled at a...
to uppercase without standard function From uppercase to lower case, add decimal 32 to it From lowercase to upper case subtract decimal 32 ...
type questionYes they are. you make them pointers by using the &