Identify the error in
1. float average+a,b){}
2. float mult(int x,y)
Answers
Answered by
1
Answer:
2. float average(int x,int y) 1.double average(int a, int b)
Explanation:
Similar questions