CompTIA
FC0-U61 · Question #814
FC0-U61 Question #814: Real Exam Question with Answer & Explanation
Sign in or unlock FC0-U61 to reveal the answer and full explanation for question #814. The question stem and answer options stay visible for context.
Question
A developer is writing a program to process a long list of employees and apply a cost-of-living increase of 3.2% to all employees making less than $15 per hour. Which of the following pseudocode snippets provides the best solution?
Options
- AIf employeesalary is greater than $15 per hour employeesalary = employeesalary * 1.032
- BFor all employees in the list making less than $15 per hour employeesalary = employeesalary *
- CIf employeesalary is less than $15 per hour employeesalary = employeesalary * 3.2
- DFor all employees in the list making greater than $15 per hour employeesalary = employeesalary
Unlock FC0-U61 to see the answer
You've previewed enough free FC0-U61 questions. Unlock FC0-U61 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.