Write functions with default argument for addition, multiplication and division of two numbers. For addition and multiplication the default values for two numbers will be 0. For division the default value for first and second arguments will be zero and one respectively. Use the above function for finding addition, multiplication and division when 1) No arguments are supplied, 2) First argument is 2 and second argument is not supplied, 3) Arguments are 9 and 3.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.2: Returning A Single Value
Problem 13E
icon
Related questions
Question

Write functions with default argument for addition, multiplication and division of two numbers. For addition and multiplication the default values for two numbers will be 0. For division the default value for first and second arguments will be zero and one respectively. Use the above function for finding addition, multiplication and division when 1) No arguments are supplied, 2) First argument is 2 and second argument is not supplied, 3) Arguments are 9 and 3. E C:\Users\Faiga\Desktop\CP1\cp1\Debug\cpl.exe addit ion<> = 0 addit addition 9 n<2> 2 12 multi plication<> - 27 division<> - 0 divia ion<2> divis ion Press any key to continue

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Types of Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr