What would be displayed if the following pseudocode was coded and executed, with salary = 400?

```
If salary > 400 Then
Set bonus = 10
Set salary = salary + bonus
End If
Display salary

```

a. 10
b. 400
c. 410
d. nothing would display


b. 400

Computer Science & Information Technology

You might also like to view...

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

1. Images can be embedded within HTML pages. 2. HTML is a high-level language.

Computer Science & Information Technology

Everyone has the same size reservoir of goodwill.

a. True b. False

Computer Science & Information Technology

When attempting to access a remote computer on which your user name and password do not exist, what user group will you be placed in?

A. Administrators B. Guests C. Backup Operators D. Anonymous users

Computer Science & Information Technology

A(n) ________ determines how data and labels are arranged in a form or report

A) prototype B) template C) layout D) map

Computer Science & Information Technology