#28 Creation of Array in Java

#28 Creation of Array in Java

Telusko

1 год назад

139,363 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@justdevi
@justdevi - 24.07.2023 09:56

just a mention, int nums[ ] = new int[4]; is C style array declaration. java style is int[ ] nums = new int[4]; Both are correct btw

Ответить
@ricotabaque8705
@ricotabaque8705 - 21.03.2023 08:42

how to create new array as user input as identifier array ?

Ответить
@MadhukumarAp
@MadhukumarAp - 10.03.2023 17:12

i have question why index value start with zero.

Ответить
@laylachisom8996
@laylachisom8996 - 14.02.2023 20:25

Super helpful

Ответить