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. There is no return type.

Computer Science & Information Technology

You might also like to view...

Unbound controls do not require data entry so a tab stop can be removed

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the default program for opening CSV files?

A) Excel B) Wordpad C) Notepad D) Access

Computer Science & Information Technology