Saved Bookmarks
| 1. |
What is a Number data types ? |
|
Answer» Number data types store numeric values. They are immutable data types, which means that changing the value of a number data type results in a newly allocated object. |
|