Problem:
Question 1- Write a program that reads a telephone number from the Java console; you should assume that the number is in this format: nnn-nnn-nnnn. you should output this same telephone number but with spaces instead of dashes, that is: nnn nnn nnnn.
Question 2- Write a program that prompts the user to enter the number of students and each student's name and score, and finally displays the name of the student with the highest score.
pLease describe the code of a program that prompts the user to enter the number of students.