Name:
ToUpper

Parameters:
1: char *  
2: int   ( count, the length of the char array pointed to by param 1) 

Result:
convert the result to lowercase

Notes:
loop through every element and convert them to lowercase with 

char toupper(char)