Algorithms_in_C++ 1.0.0
Set of 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>
Functions | |
int | main () |
A buzz number is a number that is either divisible by 7 or has last digit as 7.