Question: starter code Create a function named textToNum that receives a single Phone Number (a String) as a parameter, then returns a copy of that String

 starter code Create a function named textToNum that receives a single
Phone Number (a String) as a parameter, then returns a copy of starter code

Create a function named textToNum that receives a single Phone Number (a String) as a parameter, then returns a copy of that String with all of the letters converted to numbers. Header: String textToNum( String phoneNumber) // Type code here The table below depicts which number each letter corresponds to. Example input/Output: - Input '723-647enes Output: "123-647-3937" - input 325-444-TEST Output: "325-444-8378" Output: "(653)879-8447" Notes: - Assume each letter wit be Uppercane - You may want to use the Characterisletter and/or Character isbigit methods Online Java Compiler IDE For Multiple Files, Custom Library and File Read/Write, use our new - Advanced Java IDE

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!