Which will be the best data type to store the number: 150.
Answers
Answered by
1
Answer:
Choosing the right data type. (Integer or String)
...
Best way to store Phone Number in a database.
Take input from the user.
Identify the country of the user. ( ...
Check the formatting of the phone number and compare with that country's format.
If Invalid, prompt the user to re-enter.
If Valid, convert the format into E.
Answered by
0
Answer
The best data type to store the number 150 is int data type.
Similar questions