Emperor Sabi avatar

Continue statment program.

learnandgrow

Published: 12 Jan 2018 › Updated: 12 Jan 2018Continue statment program.

Continue statment program.


Program body

# include <iostream>
using namespace std;
void wolf();
int main(){
int a =1;
while (a <=5){
a ++;
if(a ==3){
    continue;
    a ++;
}
cout<<a <<endl;
}
wolf();
}
void wolf(){
int x [2][2]{{
90,25
},{
10,5
}
};
cout <<x[0][0]<<endl;
cout <<x[1][1]<<endl;
}

Made in code blcoks (c++)

Source

Enjoy guys

Leave Continue statment program. to:

Written by

SCIENTIST, Programmer,Photographer, Entrepreneur & Steemian .

Read more #programming posts


Best Posts From Emperor Sabi

We have not curated any of learnandgrow's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Emperor Sabi