X Tutup
Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 217 Bytes

File metadata and controls

2 lines (2 loc) · 217 Bytes

Finding an element in an array

Write several programs that exemplifies how to find the given element (primitive and Object) into the given array. Find the index and/or simply check if the value is in the array.

X Tutup