Create an appropriate Java Infix calculator class (Carrano & Henry, 2019, p. 176). Your program should accept at least five elements (data1, data2, data3, data4, data5) and will perform an appropriate Infix operation given the following scenarios:
Use the following values for each input:
data1 = 1;data2 = 2;data3 = 4data4 = 5data5 = 3
Ensure that your program has the required class and a test class
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here