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:
Hello <span>Areyano7475
</span>
Question: T<span>he term drive app is used to describe applications stored on a computer true or false
Answer: False
Hope this helps
-Chris</span>
I think the answer is C but I could be wrong