I'm trying to create a simple natural language calculator, and currently have managed to convert all operands into doubles and operators into the chars '+', '-', '*', '/', '%'.I'm trying to create a simple natural language
I'm trying to create a simple natural language calculator, and currently have managed to convert all operands into doubles and operators into the chars '+', '-', '*', '/', '%'.I'm trying to create a simple natural language