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+
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.