A user inputs a string of lower case alphabetic letters, and i need to output the string in reverse order in upper case, ie. "abcd" becomes DCBA. However, im not allowed to use any library functions. Can anyone tell me what code i would need to do these two (upper and reverse) functions manually?

Thanks