Advertisements
Advertisements
Question
Define a function to double a number in two different ways:
(1) n + n,
(2) 2 x n
Short Note
Solution
(1) Double (n)
– – inputs: n is a real number or an integer, n > 0
– – Outputs: y is a real number or an integer such that y = n + n
(2) Double (n)
– – inputs: n is a real number or an integer, n > 0
– – Outputs: y is a real number or an integer such that y = 2 x n
shaalaa.com
Decomposition
Is there an error in this question or solution?