answersLogoWhite

0

What is one dimention?

User Avatar

Anonymous

14y ago
Updated: 7/27/2023

A One dimensional array is one in which a set of values are present in it.

Ex: int[] myArray = new int[4];

The above statement creates a one dimensional array that can hold 4 values.

What else can I help you with?