1.

WAP in java to add,subtract division and multiplication with two numbersData members:num1,num2,and result.Member function:getdata()add()subtract()divide()multiply()​

Answer»

EXPLANATION:

CLASS num

{

INT n1,N2;

void



Discussion

No Comment Found