public int sum(int[] x) {
int sum = 0;
for(int i : x) {
sum += i;
}
return sum;
}
public int average(int[] x) {
// Note that this returns an int, truncating any decimal
return sum(x) / x.length;
}
Chat with our AI personalities
this is to write or create
create a program that can input 100 names
how to create a c program for left factoring.
Of course. It would be no problem at all for the average college student studying information technology. Of course it would be unethical, but that is your problem.
program it right