Question: need to writa a code that makes this work 1. Create a class called Main. 2. Create a public static method called twoHundreds which takes

need to writa a code that makes this work
need to writa a code that makes this work 1. Create a

1. Create a class called Main. 2. Create a public static method called twoHundreds which takes 1 input parameter of type int array and returns a boolean. 3. The return boolean should be true when the array has at least 2 values greate or equal to 100 . xample method calls with expected return value: - twoHundreds(new int []{3,5,2,105,8,9}) false - twoHundreds(new int[]\{300,2,105,8\}) true

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!