10 lines
138 B
Java
Executable File
10 lines
138 B
Java
Executable File
class Instanceof{
|
|
method(mitgift){
|
|
i;
|
|
i = new Integer();
|
|
if(mitgift == Instanceof){
|
|
return mitgift;
|
|
}
|
|
else return null;
|
|
}
|
|
} |