Quote Originally Posted by Clearner123 View Post
Write a function int convert () that reads a decimal number one character(digit) at a time, terminated by a blank, and returns the value of that number.
I'm not seeing a function called convert that returns an int.