Computer Science, asked by arishahmed121, 10 months ago

Identify the error in
1. float average+a,b){}
2. float mult(int x,y)

Answers

Answered by shikhartripathi3566
1

Answer:

2. float average(int x,int y) 1.double average(int a, int b)

Explanation:

Similar questions