#include void main() { int num,denom; cout<<"Enter two integers: "; cin>>num>>denom; if(num%denom ==0) cout<