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:
Um the data will always be data and mothing will change but it will stay as data just data
Answer:
flexibility and independence
Explanation:
Answer:
The answer would be A: Random
Explanation:
The random() function returns a generated random number (a pseudorandom number)