【发布时间】:2022-12-02 20:24:51
【问题描述】:
Convert string expression to math For example: String a; Console.Write(\"Enter: \") a = console.ReadLine(); ......
_ In compiler I write 6+3
And Answer: 9
How??
I can\'t think of a solution
-
You need to parse the string, not convert it. You need to write or find a parser for that