Sheraz Ahmed

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

   print("I can help you out");

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