Write a program that will ask for the part number for two different parts (i.e. PX_12345, and ABC_329). Display these parts in ONE message box, in numerical order (i.e. the segment of the part number to the right of the underscore character). HINT, use the IF statement to check if one number is larger than another number. Remember that you will need to use the CSNG function to convert the text to a number.