next, ask the player for a seed value. verify that the seed value entered is no longer than 5 characters. you must validate that this seed value only contains numbers. do not just call sscanf, call the is valid seed()function and check the return value to determine whether it is a valid seed. skipping this step will result in a penalty on your score