anyone can help me..
i have a task to coplete
below is the question :
create class called Arithmetic for performing arithmetic process.
use two integer variables to represent the private data of the class. provide a constructor function that enables an object of this class to be initialized when it is declared. the constructor should contain default values in case no initializers are provided.
provide public member functions for each of the following :
a) accepting values for Arithmetic variables
b) menu for Arithmetic process option.
c) addition of two numbers. this function should return a value
d) substraction of two numbers. this function should return a value
e) multiplication of two numbers. this function should return a value
f) division of two numbers. this function should return a value
g) printing Arithmetic numbers. this function should return a value