What is wrong with this code?

```
int ConvertFtToInches( int ft )
{
int inches;
inches = ft * 12;
}

```

A. The function name is invalid.
B. You can’t have the variable name in the input argument list.
C. There is no returned value.
D. It will return the wrong value.


C. There is no returned value.

Computer Science & Information Technology

You might also like to view...

The background, icons, and other items on the screen you can click with the mouse are all parts of the graphical user interface

Indicate whether the statement is true or false

Computer Science & Information Technology

Marking a word or phrase for indexing can only mark one instance of the word or phrase in the document

Indicate whether the statement is true or false

Computer Science & Information Technology

How many disk can I lose in a RAID 0

A. 0 B. 1 C. 2 D. 3

Computer Science & Information Technology

When a new I/O module is added to an existing RSLogix 5000 project, the module must be ____________________ before its I/O tags are available for programming.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology