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:
It’s Debug. definition: “identify and remove errors from (computer hardware or software)”.
Windows 1.0 was only a shell program
The operating system for Windows 1.0 was MS-DOS