Question:Which of the following operators are supported in calc() function?
A + (add) B - (subtract) C / (divide) D * (multiply) E mod (modulo division)
+ AnswerA B C D E
+ Report