create a class resource. the class should have: a) two private variables status and writeto representing integer value either 0 or 1. b) one default constructor that initializes the status and writeto to zero. c) one single parameterized constructor to initialize the writeto variable. d) two constant accessor functions per class that return the values of status and writeto separately.