User Profile
Collapse
Profile Sidebar
Collapse
shalini shalu
Banned
Last Activity: Mar 20 '12, 04:10 PM
Joined: Feb 19 '12
Location:
-
-
shalini shalu started a topic how many argument received by each method,return type and return value?in Javahow many argument received by each method,return type and return value?
Code:public double myMethod (int k){ int m; if (k>0) m= -k * 2; else m= k * 2; return m; }
I just want to know how many arguements received by each method,return type and return value? -
No activity results to display
Show More
Leave a comment: