Write down the application which creates and prints random phone number of form xxx-xxx-xxxx. Write the dashes in output. Do not let first three digits contain 8 or 9 (but do not be more restrictive than), and be sure that second set of three digits is not greater than 742. Think through easiest way to create phone number. Each digit doesn't have to be determined separately.