Computer Science, asked by kaviprasath344, 8 months ago

Debug the errors and rewrite the following function prototypes: (a) int sum(x,y); (b) float product(a,int y); (c) float operate(int x, float=3.4); (d) float sum(int x,y);

Answers

Answered by sdmunswer
0

Answer:

the answer is

Explanation:

the answer is

first. We. have. simply. as. per. to.

given. question

May this help. you

Answered by caffeinated
0

a) int sum(int x, int y)

(b) float product(float a, int y)

(c) float operate(int x, float y)

    {a=(float)3.4}

(d) float sum(int x, float y)

#SPJ2

Similar questions