Pergunta de entrevista da empresa Conductor

Given a String that holds an equation, return the answer as a string. i.e. given "5 + 14 + 80 x 4 / 8 - 6" return the answer in the form of a string. Don't worry about doing any complex data structure, just use the brute force approach.