What would the function cube return, assuming it is called with the line cube(3).

```
function cube( y );
{
return y * y * y;
}
```

a) JavaScript runtime error
b) 3
c) 9
d) 27


a) JavaScript runtime error

Computer Science & Information Technology

You might also like to view...

A good password should have at least eight characters and use all lowercase letters

Indicate whether the statement is true or false.

Computer Science & Information Technology

____________________ make(s) it possible for each user to perform tasks such as signing in to the computer, keeping information confidential and computer settings protected, and customizing Windows.?

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

Computer Science & Information Technology

?_____ is a widely used method of visualizing and documenting an information system.

A. ?Unified Modeling Language (UML) B. ?Java Virtual Machine (JVM) C. ?UNiplexed Information and Computing System (UNIX) D. ?Multimedia Logic (ML)

Computer Science & Information Technology

You can apply a gradient to an object using the Paint Bucket tool. 

Answer the following statement true (T) or false (F)

Computer Science & Information Technology