Write a function that converts a string into an int. Assume the int is between 10 and 99. Do not use the atoi() or the stoi() function.

Solved
Show answers

Ask an AI advisor a question