Answer:
in javascript:
function compute(a, b, c){
let array = [a, b, c];
array.forEach((e,k) => {
if(e >= a && e >= b && e >= c){
console.log("maximum: " + e);
}
if( e <= a && e <= b && e <= c){
console.log("minimum: " + e);
}
}
}
Explanation:
D I think because none of the others seem like very important things,
Zeros and ones
Hope the helps
Godspeed
Answer:
Use an equal sign at the beginning of the formula (A)
Use open and close parenthesis for each set of nested functions (B)
Functions should be in CAPS
Separate functions with commas
Explanation: