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
Else
Set salary = salary + salary * .20
End If
Display salary

```

a. 80
b. 400
c. 410
d. 480


d. 480

Computer Science & Information Technology

You might also like to view...

Which of the following does not have a stream associated with it?

a. cerr. b. cin. c. cout. d. All of the above have streams associated with them.

Computer Science & Information Technology

Much of the work that is involved in gathering information about an incident is done through the use of ____.

A. manual tools B. automated tools C. monitoring D. system tools

Computer Science & Information Technology

Which of the following JPA-related statements is false?

a. You can update an existing entity by modifying its entity object in the context of a transaction. b. Once a transaction is committed, the changes to the entity are saved to the database. c. You can delete an existing entity. d. When you commit a transaction the entity is kept as a backup in the database.

Computer Science & Information Technology

____ is the process of using either ISL or 802.1q to allow multiple VLAN traffic on the same link.

A. Trunking B. Access list C. Forwarding D. Pruning

Computer Science & Information Technology