Mohamed Nabli has asked 5
questions and find answers to 5
problems.
Stats
190 EtPoint
60 Vote count
5 questions
5 answers
About
public void whoAmI(){
System.out.println("my name is Mohamed");
if(this.isSoftWareIngeneer){
System.out.println("and I am a software ingeneer too");
}
}