diff --git a/cpp/Test For 25.cpp b/cpp/Test For 25.cpp new file mode 100644 index 0000000..3fda657 --- /dev/null +++ b/cpp/Test For 25.cpp @@ -0,0 +1,12 @@ +#include +using namespace std; +int main() +{ + int num; + cin>>num; + if(num%25==0) + cout<<"Number is divisible by 25"<