Username*
E-Mail*
Password*
Confirm Password*
Username or email*
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Sorry, you do not have permission to ask a question, You must login to ask a question.
You must login to ask a question.
C++ Code with Output
1. Create a class of SalesPersons as a thread that will display five salespersons names. 2. Create a class as Days as other Thread that has an array of seven days. 3. Call the instance of SalesPersons in Days and start both the threads 4. suspend SalesPersons on Sunday and resume on Wednesday Note: use suspend, resume methods from the thread
C++ Code with Output
C++ Code with Output
See less