Question: help needed Write a pubis stats c method named minEqual ro that takes two arguments and returns an int The first argument must be an
Write a pubis stats c method named minEqual ro that takes two arguments and returns an int The first argument must be an array of integers (int), and the second argument must be an int. The method must determine if the minimum value in the array is equal to the second argument value and return 1 if it is. otherwise the method should returnt (zero). Your method must include at least oneloop and at least one decision. - You may write code inside of the provided ma in method to help test and dabus your required n - Outside of the provided main method. write only the required method and rothing else. - You may run and test your code as many times as you like. - You may submit your code as many times as you like - Significant points will be deducted if your code does not compile. - This is an individual exam, submit only your owr work. Input to program If your code requires input values, provide whe mere
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
