Computer Science, asked by shivkdm28, 9 months ago

#include
int main()
{
int i=1, j=1;
while (i <= 4 || j <= 3)
{
std::cout< i++;
j++;
}
return 0;
}

Answers

Answered by Doctordrayo
0

Answer:

error

Explanation:#include are not be complete directory

Similar questions