Sonar Interview Question

Implement a Calculator java program that can be used as command line tool that receive command like ADD <number> or SUBTRACT <number> or MULTIPLY BY <number> or DIVIDE BY <number> or DISPLAY <number>. It has to be developed iteratively with quick discussion after each 40 min about the progress. Was important be a clean code and to have test coverage