I have 3 really short netbeans project
Name: ____________________________
Date:_____________________________
Period:____________________________
Ch 7: Array Programming Assignment #2
Print the content of the array as well as a statement as to whether the condition is met.
Save your work as check.java
|
array1({1, 2, 6}) → true array1({6, 1, 2, 3}) → true array1({13, 6, 1, 2, 3}) → false |