- 2
how will you declare a method by passing argument as 88 by function?
2 Respostas
+ 1
declare a method like this
void mthd(int);
and call the method with 88 as argument
mthd(88);
- 1
public void main ();
house.rent();
class house
into rent=500;
void rent(int x)
{x=I}