hi, i need an answeer for this question ,, and i hope that i willget an answer .. The Question is (( write a c++ programe that prompts the userto enter a positive integer and then uses this criterion todetermine whether the number is divisiable by 11))... >>Waiting for your help ..<< hi, i need an answeer for this question ,, and i hope that i willget an answer .. The Question is (( write a c++ programe that prompts the userto enter a positive integer and then uses this criterion todetermine whether the number is divisiable by 11))... >>Waiting for your help ..<<
Explanation / Answer
please rate - thanks #include using namespace std; int main() {int num; coutnum; if(num%11==0) cout