A large garden is open to the members of the public who can enter through either
ID: 3647959 • Letter: A
Question
A large garden is open to the members of the public who can enter through either of two gates: east gate or west gate. The managements wants to determine how many people there are in the garden at any time. Write a program to implement the visitor count that contains two concurrent threads( each controlling a single gate). The garden is open for 1 hour every day. You can assume that during this time nobody is allowed to leave. I your solution adopt the following program structure.
public class Garden
{
private static final int TIME = 3600000;
public static void main(String[[] args) throws InterruptedException
{
/** method's code **/
}
}
public class Counter
{
/** field(s) **/
/** constructor(s) **/
/** method(s) **/
}
public class Gate extends Thread
{
/** field(s) **/
/** constructor(s) **/
/** method(s) **/
}
Explanation / Answer
No answer text found in this record.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.