#Program to take comma separated city names and print them in sorted order
#Program to take comma separated city names and print only unique city names in sorted order
#Program to take 3 integers as input, print their max,min and mean
#Program to print x to the power n. x and n should be taken from user
#Program to take a floating point number n as input, print n round to 2 places