Computer Science, asked by deeyag008, 10 months ago

if int arr [ ] = { 33, 56 , 67, 89, 90, 47 } ; What is the value of arr.length ?​

Answers

Answered by RuwaisnZaid
0

Explanation:

6

arr.length is 6

by count from 1

Similar questions