Solved

If You Need to Write a Function That Will Compute

Question 45

Multiple Choice

If you need to write a function that will compute the cost of some candy, where each piece costs 25 cents, which would be an appropriate function declaration?


A) int calculateCostchar name) ;
B) char calculateCostint count) ;
C) int calculateCost int count;
D) int calculateCostint count) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions