You are on page 1of 1

Create class StaticDemo with main method.

Create calculator class with static methods as given in the


class outline. First parameter in the methods is left operand and second parameter is right operand.

Return 0 for any invalid input.

Ensure to use com package for your classes. Test Calculator class methods from main method.

TCS Internal

You might also like