Write cоde fоr the mаin functiоn, where it аsks the user for two numbers sаved as integers in variables x and y respectively. The code then calls the function of the previous question, passing on the x and y in that order. Test the return value, if it is -1 show an error message else show the return value using print. Call main at the end.