Java Programming: Create a function to evaluate infix double expressions. Your function should accept a string containing a valid infix expressionof constant doubles, and return a double representing the value of the expression.If you call your function with the string “10.0 + 3 * 45.0” it should returnthe value 145.0. If you call it with the string “(10.0 + 3) * 45.0” it should return585.01) Figure out how to parse the string into a series of tokens — operands, operators, and parentheses.For the second example, you would probably want to turn the input string into an array of strings ‘(‘
PayPal Gateway not configured
PayPal Gateway not configured