void swap(int a,int b){ int c=a a=b b=c}
@Satya ....... where is return It won't work .........
This comment has been removed by the author.
http://examplesinjava.blogspot.com/2011/02/swap-method-example-program-in-java.html this as simple as Feroz ...........
4 Comments
void swap(int a,int b)
ReplyDelete{
int c=a
a=b
b=c
}
@Satya ....... where is return
ReplyDeleteIt won't work .........
This comment has been removed by the author.
ReplyDeletehttp://examplesinjava.blogspot.com/2011/02/swap-method-example-program-in-java.html
ReplyDeletethis as simple as Feroz ...........