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
What will be an ideal response?
start
Declarations
Employee myAssistant
myAssistant.setName("Reynolds")
myAssistant.setPayRate(16.75)
output "My assistant ", myAssistant.getName(),
" makes ", myAssistant.getPayRate(),
" per hour"
stop
Computer Science & Information Technology
You might also like to view...
________ is the process of copying external data directly into the database
Fill in the blank(s) with correct word
Computer Science & Information Technology
Because an input mask cannot be applied to a text box, there is no Auto Tab property
Indicate whether the statement is true or false
Computer Science & Information Technology