Write a program in qbasic to check buzz number or not.
Answers
Answered by
7
Explanation:
A number is said to be Buzz Number if it ends with 7 OR is divisible by 7. The task is to check whether the given number is buzz number or not. Examples: Input : 63 Output : Buzz Number Explanation: 63 is divisible by 7, one of the condition is satisfied
Answered by
3
Answer:
Explanation:
A number is called a buzz number when it is divisible by 7 and has seven in its ones place.
77 is an example of a buzz number because it has seven in the end and is divisible by seven.
Similar questions