TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
A buzz number is a number that is either divisible by 7 or has last digit as 7. More...
#include <iostream>
Go to the source code of this file.
Functions | |
int | main () |
A buzz number is a number that is either divisible by 7 or has last digit as 7.
Definition in file buzz_number.cpp.
int main | ( | void | ) |
main function
Definition at line 9 of file buzz_number.cpp.