I know that according to the method below I can get the country in woocommerce:
global $woocommerce;
$woocommerce->customer->get_shipping_country()
or
WC()->customer->get_shipping_country()
But I want to know that how to find the states/cities of any country.