Write a Java program to find if the sum of any two integer numbers is greater than or equal to a third integer number using boolean condition. Do not use if condition and don't take input.
Answers
Answered by
1
Answer:
function product (a,b) {
return a+b
}
let x = product (2,6);
console.log (x);
Explanation:
Nothing to say as computer people can know the understand the answer.
Similar questions