Computer Science, asked by vedoci24, 3 months ago

a Java Program to check whether the product of two numbers is a Buzz number or not ​

Answers

Answered by Anonymous
0

Answer:

yes it is

plz mark brainiest

Answered by khanabdulrahman30651
2

Answer:

If num%10==7 means if the last digit of the number is 7 and num%7==0 means if the remainder is zero on dividing number by 7 i.e. if the number is divisible by 7. If any of the above condition is true then the number is a Buzz Number else it is not a buzz number.

Explanation:

mark as brainlist

Similar questions