Sollicitatievraag bij TechSmith

Write a function to capitalize a string without using built-in functions.

Antwoord op sollicitatievraag

Anoniem

14 okt 2010

Just had to iterate over the character array and add or subtract the correct amount if the character is a lowercase letter.