You are given the putChar(int) function in C (accepts ASCII code, prints on the screen the character). Write a function putInt(int) that accepts an int and prints on the screen the same int by only using the putChar(int) function.
Check out your Company Bowl for anonymous work chats.