Answer:
b. to show the users interaction with the system
Step-by-step explanation:
A use case diagram is a type of UML diagram that shows the interactions between a system and the actors that use it. It is used to model the behavior of a system from the perspective of the users. A use case diagram does not show the internal details of the system, but only the interactions between the system and the actors.
The other options are incorrect.
- Option a is incorrect because a use case diagram does not show the attributes and methods of a class.
- Option c is incorrect because a use case diagram does not model the interaction between the system and its environment.