Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ghulam Moinul Quadir

Ghulam Moinul Quadir

Ghulam Moinul Quadir has asked 0 questions and find answers to 4 problems.

Stats

192
EtPoint
78
Vote count
0
questions
4
answers

About

Life birth = getMyBirth();
Life death = getMyDeath();
for(Life life = birth ; life < death ; life = life.nextStage()){
     //Coding + Cricket
}