Write an expression that will compute the tangent of an angle stored in a variable named angle, and put the resulting value in a variable named tangent.

What will be an ideal response?

```
tangent = Math.tan(angle);
```

Computer Science & Information Technology

You might also like to view...

Computer Science & Information Technology

When the NIC sends a frame that contains the broadcast address, every NIC on the network processes that frame.

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

Computer Science & Information Technology