What will be the output of the below code?
1 include <iostream
2 int main()
3 {
4 for(int i = 1; i <= 5; 41)
5
6
if(i == 4 11 í == 3)
7
8
continue;
mely
{
3
19
std::cout<<i<<"\n";
}
11
12
13]
return 0;
Answers
Answered by
0
Answer:
hereis your answer. . . . .
Attachments:
Similar questions