public class Numbers {
public int multiply(int[] factors){
int product = 1;
for (int i : factors){
product *= i;
}
return product;
}
public static void main(String[] args) {
int [] factors = {1,2,3,4,5,6,7,8,9,10,11,12};
Numbers num = new Numbers();
System.out.println(num.multiply(factors));
}
}
I hope this helps!
The answer is D external hard drive
Is a software program that allows users to access the World Wide Web is called an browser or Web browser.
The model IS a 2017 Ford Mustang. ;)