Trace the Ourtput of the followIng program: 1 Q#include #include using namespace std; 4 Bint main() { int a,num, no, sum=0; 2 3 5 7 num=394; 8. no=num; while(no>0) { a=no%10; 10 11 no=(double)...


Trace the Ourtput of the followIng program:<br>1 Q#include<iostream><br>#include<iomanip><br>using namespace std;<br>4 Bint main()<br>{<br>int a,num, no, sum=0;<br>2<br>3<br>5<br>7<br>num=394;<br>8.<br>no=num;<br>while(no>0)<br>{<br>a=no%10;<br>10<br>11<br>no=(double) no/10.0;<br>if (a%3==0 &&<br>12<br>13<br>no%3==0)<br>

Extracted text: Trace the Ourtput of the followIng program: 1 Q#include #include using namespace std; 4 Bint main() { int a,num, no, sum=0; 2 3 5 7 num=394; 8. no=num; while(no>0) { a=no%10; 10 11 no=(double) no/10.0; if (a%3==0 && 12 13 no%3==0) "
Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here