Chapter 6: Problem 36
A program contains the following function. void display(int arg1, double arg2, char arg3) \\{ cout \(<<\) "Here are the values: \\[ <<\arg 1<<\quad "<<\arg 2<<\cdots \quad "<<\arg 3 \quad<<\operatorname{end} 1 \\]}Write a statement that calls the function and passes the following variables to it: int age; double income; char initial;
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.