Question 1. Design a class to overload a function display as follows:
a) void Display()---- A
AB
ABC
ABCD
ABCDE
b) double Display(int n)
1²+7²+13²
n terms
Answers
Answered by
2
Answer:
The variables used to receive the values in function header are known as formal parameters.
Explanation:
please mark me as BRAINLIEST
Similar questions