Suppose you have a C++ program that contains an integer variable named yearOfBirth. To call a function with the prototype void calculateAge(int);, you use the statement ___________.
a. void calculateAge();
b. calculateAge(int);
c. calculateAge(yearOfBirth);
d. calculateAge(int yearOfBirth);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.