Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Sheraz Ahmed

Sheraz Ahmed

Sheraz Ahmed has asked 0 questions and find answers to 1 problems.

Stats

21
EtPoint
6
Vote count
0
questions
1
answers

About

if(code == new Exception && 
   contains(language,["java", "php", "android", "html/css", "javascript", "SQL"])
  )
{

   print("I can help you out");

}
else {
   print("Sorry ^_^, Still Learning");
}

Sheraz Ahmed questions