Write a swift function to receive two parameters and increase the value of first number by the 5 and decrease the value of the second one by 10 and then return the value of modules between the first and second parameter (FNumber%SNumber). Solution