"5 Lab2c-More complex methods In this lab, you must create a static method called get x. This method must accept a String as input and return an integer. The String will be of the form x,y(eg4,3), an"
a) Create a method called `get_x` which returns an integer value.
b) Create a method called `get_x` which returns a String value.
c) Create a method called `get_y` which returns an integer value.
d) Create a method called `get_y` which returns a String value.