asdfasdf49761 asdfasdf49761 27-02-2024 Computers and Technology contestada 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. 400 b. 80 c. 410 d. 480