Question: 1. Create a document answering the following questions. This exercise focuses on terminology and syntax. Upload your document to the link indicated in Canvas (12

1. Create a document answering the following questions. This exercise focuses on terminology and syntax. Upload your document to the link indicated in Canvas (12 points - 3 points per question). 1. Consider the following function header statement and supply a sample function call to the function. void showTotal (int num) 2. Write a simple function that accepts an argument. When the function is called, the function returns the value of the argument times 100. 3. The following statement calls a function named tenTimes. The tenTimes function returns a value that is 10 times that of the argument - write the function (including header, arguments and body). answer = tenTimes (num); 4. Consider the following function and supply a call statement that sends the value 4 and assigns the return value to a variable, outcome. int double (int x) return x * 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
