The
program read keystroke from users using gets() function
for each line and then transfer it into a 2-D arrays with
this arguments, the2Darray[row] [column]. In other words,
each and every row and column will be assigned a character.
After
that, conversion process takes place. I used toupper()
function to convert every 2 or 3 character reads from the
beginning of the row and column until the end, using nested
looping. EXCEPT for some reasons, I omitted some of the
characters such as the letter 'L' should never be small cap
and 'I' should always be 'i'.
|