/* Create class ReaderWriter. add static data member -static int value; provide reader method which reads the value variable and display it provide writer method which writes the value and display it writer method should increase the value 4 times and then decrease the value for 3 times. create 5 reader threads create 5 writer threads */
↧