#include #include int main() { int i; for(i=1;i<=100;i++) if(i%25==0) { break; cout<<"Press Any Key"; i=cin.get(); } cout<