Pergunta de entrevista da empresa Intuit

given string in format "1+(5-3)" and calculate the answer.

Resposta da entrevista

Sigiloso

20 de abr. de 2018

using point and traverse the string, calculate inside () first and then replace the section with the result.

1