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...

Which of the following can be used to view any active connections to a Windows computer?

A) fc B) openfiles C) net sessions D) netstat

Computer Science & Information Technology

With inverse geometry, you specify only the start and end positions of an object by positioning its movement.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Given the way in which days are marked in the accompanying figure, if a task has a three-day duration and starts on a Friday, when would the bar stretch through?

A. Sunday B. Monday C. Tuesday D. Wednesday

Computer Science & Information Technology

____________________, also called graphs, are visual representations of numeric data that help users see comparisons, patterns, and trends in data.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology