Write a program that will only accept 11 digits from (0-9) from the user (Hint: use a loop).
First print:
“A Random Phone Number: (###)###-#####”
Now take the first number, middle number, and last number from the digits inputed by the user and label it as a new variable called officeNumber.
Example:
1 3 4 8 7 8 0 9 3 8 4 ——> 184 is the officeNumber.
Finally, print:
“The random number (###)###-####, belongs to the professor whose office number is ### at El Paso Community College.”