Write the definition of a function add which recieves two parameters containing integer values and returns their sum. Top 1000 Questions Write the definition of a function add which recieves two parameters containing integer values and returns their sum.def add(int1,int2):result=int1+int2return result Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+