In thisdiscussion, you will provide a scenario that requires that you create a class. Explain your scenario and provide the source code for your class and ensure that the class contains the following components:
- at least 2 instance variables
- a constructor that takes as input the two instance variables
- two getter methods to obtain the current value of the instance variables
- two setter methods to update the instance variables.