Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Mohamed Nabli

Mohamed Nabli

Mohamed Nabli has asked 6 questions and find answers to 6 problems.

Stats

208
EtPoint
62
Vote count
6
questions
6
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");
}
}