Computer Science, asked by guptapurbanha1211, 5 months ago

wap to accept all the buzz number between 10 and 100 ​

Answers

Answered by uniqueanu1917
6

Answer:

Buzz number in java | A number is called buzz number if it is divisible by 7 or it is ends with 7. ... 7 if( number%10 == 7 || number%7 == 0) return true; // else it is not a buzz number return false; ... nextInt(); // find all buzz number System.out.println("The buzz numbers from "+ minRange+" to "+ ... Enter max value of range:: 100

Explanation:

Answered by shivangiroy27
0

Answer:

95 70 40 o4 55..............thats all

Similar questions