Advertisements
Advertisements
Question
Debug the error and rewrite the following method prototype:
float product(a,int y);
Code Writing
Solution
float product(float a, int y)
shaalaa.com
Is there an error in this question or solution?
Chapter 5: User - Defined Methods - EXERCISES [Page 337]