using an if/else statement, write a function closesttothemark that takes two player inputs as number arguments. the function will return 'player 1 is closest' or 'player 2 is closest' depending on which player input is closest to the randomly generated number. note: due to the output being based off of a random factor, the tests provided below cannot determine if you have solved the prompt exactly. the test cases for this challenge check for the correct data types only.