lucy2322 lucy2322 04-03-2024 Computers and Technology contestada Which of the following functions may return a MathVector?a) int add(int a, int b)b) MathVector multiply(MathVector v1, MathVector v2)c) void printMessage()d) double calculateAverage(double arr[], int size)