What is wrong with this code?
``` int Money4Me( int dollars )
{
int pennies, coins;
coins = dollars * 100;
}```
A. The function name is invalid.
B. There is no return type.
C. You can’t have math statements inside a function.
D. Nothing is wrong with it.
B
Computer Science & Information Technology
You might also like to view...
The Child Pornography Prevention Act of 1996 prohibited material that appears to be or conveys the impression of child pornography
Indicate whether the statement is true or false.
Computer Science & Information Technology
Specifications inside a tag are called ________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology