Computer Science, asked by vasu770, 9 months ago

Write a program in qbasic to check buzz number or not.

Answers

Answered by dhanushree7552
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 chandranimkherjee
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