Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Do while loop

Miak

Recruit
Basic Member
Messages
5
Reaction score
0
Points
16
Pano Po yung do while loop sa c++?
Please answer Po .
Bali ang gagawin eh multiple program na magkakasama with if else at do while loop.
Pahingi naman ng sample.
 
var1
do{
if(var1>=5 or whatever condition){
display something
}else{
display something
}
increment var1
}
while(condition);
 
Back
Top Bottom