Back to course home
0% completed
Vote For New Content
Element Types in an Array
Sara Kim
Feb 5, 2026
- Same Data Type: All elements are of one type (e.g., int, float, string).
I thought the elements in an array don't necessarily have the same type. It depends on the programming language. For example, Python and Javascript allow you to have different types of elements in an array.
0
0