Modify and print the REGISTER FOR TRAINING sequence diagram. Add two new entity classes to the right side of the diagram and extend the lifeline down to the bottom of the diagram. The classes are Employee and Class. Add the following messages from the REGISTER FOR CLASS CONTROLLER, and add the focus of control rectangles where the messages interact with the class lifeline:
a. getEmployee() from the controller to EMPLOYEE.
b. return employeeData from the EMPLOYEE class to the controller.
c. findSoftwareClass() from the controller to the CLASS entity class.
d. return softwareClassList from the CLASS entity class to the controller.
e. updateClassParticipant() from the controller to the CLASS entity class.
f. return success from the CLASS entity class to the controller.
Because Visible Analyst and Visio do not support class stereotypes, it will look different when using software. There is a template for creating class stereotypes available for Visio.

You might also like to view...
Rewrite the if statement below using only the relational operator < in all conditions. Assume that the value of score is between 0 and 100 inclusive.
``` if (score >= 90) printf("A\n"); else if (score >= 80) printf("B\n"); else printf("C\n"); ```
identify the following:
In the array declaration double score[5]; a) The array name b) The base type c) The declared size of the array d) The smallest and largest index values this array can have. e) Give one of the indexed variables (a.k.a. elements) of this array.
A(n) ________ is software that uses algorithms to code videos and then decode the videos for playback
Fill in the blank(s) with correct word
After you add a Visual Basic control to a form, you can use the Selection Tool to select the control and modify it
Indicate whether the statement is true or false