Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What would be the displayed as the increased monthly salary in the following pseudocode if the user enters the department as D and the annual
What would be the displayed as the increased monthly salary in the following pseudocode if the user enters the department as D and the annual salary as
if anSalary is numberic then
monSalary anSalary
if deptCode A then
monSalary monSalary monSalary
else
if deptCode B then
monSalary monSalary monSalary
else
monSalary monSalary monSalary
endif
endif
display The increased monthly salary is R monSalary
else
display The annual salary must be numeric.
endif
a
The increased monthly salary is R
b
The annual salary must be numeric.
c
The increased monthly salary is R
d
The increased monthly salary is R
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started