Sheraz Ahmed

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

   print("I can help you out");

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