求助,写一个很简单的编程!!!!
Count from 1-100 using forIf a number is
Divisible by 7
Divisible by 11
Ends in 7
output "BUZZ!"
otherwise just output the number
You will need to use IF and % to do this
在1-100的数字里。如果一个数字能被7和11整除 或者结尾是7
就输出一个“BUZZ!”
另外 纸输出这个数字