Question #161239

Write a function named times Ten . The function should have an integer parameter named

number. When times Ten is called, it should display the product of number times ten. (Note:

just write the function. Do not write a complete program.)


Expert's answer

void tenTimes(int number) {
    cout << number*10 << endl;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS