Your task is to declare a pure virtual function inside the class Operation.
square
cube
Example Input:
5 square
Output:
25
Input:
3 cube
27
Test Cases
Test Results
Input
Expected Output