Are you able to write a function that calls all mutators in a class. so say I write a function called input that passes a number in. then inside the function it has all the mutator functions. eg. setMean(double num); can I write something to do this? I haven't finish writing my code for the project so I haven't tried to compile it.