Create a sequence diagram for how to complete the balance inquiry using an ATM.
A sequence diagram is a great way to understand the interactions between different entities and objects in the system. We can create different sequence diagrams for our ATM. For the sake of this lesson, we will create sequence diagrams for balance inquiry from the ATM.
Balance inquiry
The sequence diagram for how to complete the balance inquiry using an ATM should have the following actors and objects that will ...