Question: Please write a JAVA program that meets the following requirements and runs. Create a tally counter so that it can be used to admit a
Please write a JAVA program that meets the following requirements and runs.
Create a tally counter so that it can be used to admit a limited number of people. First the limit is set with a call, public void setLimit( int maximum). If the count button was clicked more often than the limit, simulate an alarm by printing out a message "Limit exceeded". In addition, add a button to the tally counter that allows an operator to undo an accidental button click. Provide a method, public void undo() that simulates such a button. As an added precaution, make sure that the operator cannot click the undo button more often than the count button.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
