// Type your code here, or load an example. class Square { static int square(int num) { return num * num; } }