What is the output from the following?

```
>>> a = 3
>>> b = -5
>>> x = a * b
>>> print x
```

-15

Computer Science & Information Technology

You might also like to view...

________ is used to anticipate and control for errors in the code

A) Error handling B) Event-driven programming C) Compiling D) Debugging

Computer Science & Information Technology

An affidavit is used as permission to search for evidentiary material at a specified location and/or to seize items to return to an investigator's lab for examination after being signed by an approving authority. __________

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

Computer Science & Information Technology