Salitha Prasad

351
reputation
3
5
me(task){
   if(possible(task))
   {
      do(task);
   }
}