Computer Science, asked by ANISHPATANGE, 8 months ago

Design a class to overload a function calculate()

int calculate(int a) - Find and returns product of the digits a.

e.x. 345 = 3*4*5=60

int calculate(int a,int b) – Find and returns LCM of two numbers

int calculate(int a,int b,int c) – Find and returns largest of three digits



pls write a program​

Answers

Answered by kingsaravanan633
1

Explanation:

the following figure out if

Similar questions