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++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter6: User-defined Functions
Section: Chapter Questions
Problem 1TF: Mark the following statements as true or false: a. To use a predefined function in a program, you...
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning