This Spring Boot app provides a single endpoint, which can be used to calculate the value of a String represented expression consisting of space separated integers and 4 possible operators: +, -, *, ...
It is possible to determine which character features at a position within a string: wordOne[2] - would give the answer "m", as m is the third character in the word “Computer” (remember computers start ...