Write a webservices application that does a simple four function calculator. Write a CGI program launched by your webserver that takes three CGI encoded arguments, op, a and b, and returns simply the result of the calculation a op b; op can be "ADD", "SUB", "MUL" or "DIV", and a and b are floating point values.