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