#include iostream
using namespace std;
int main() {
int i=0;
int x=0;
do{
if(i%5==0)
{
coutx;
x++;
}
++i;
}
while(i10);
coutx;
return 0;
}
What is the output of the following code?

Posted on by