Solved

Rewrite the Following Pseudocode Making the Appropriate Corrections

Question 43

Essay

Rewrite the following pseudocode making the appropriate corrections.
start
Declarations
Employee myAssistant
myAssistant.setName("Reynolds")
myAssistant.setPayRate = 16.75
output "My assistant ",Employee.getName(),
" makes ",Employee.getPayRate(),
" per hour"
stop

Correct Answer:

verifed

Verified

start
Declarations
Employee myAssistan...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions