2 Answers
+ 3
ex. while(true)
{
//statement
}
13th Nov 2016, 6:21 PM
Fayeed Pawaskar

+ 1
int a= 6;
while(a<5){
cout<<a<<;
a++;
}
13th Nov 2016, 8:20 PM
Dhruv Saxena

Often have questions like this?
Learn more efficiently, for free:
Hot today
Vote Code
1 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Without degree job
0 Votes
Html learn
1 Votes