While loopswhile(condition_is_true){do something; if(goal_achivied)do something to halt the loop} ex: [code]n...
How can I make this brutally forced array output into for loop?you can use loop for to output each element of array. But remember, to start the loop from 0, becaus...
Odd or Even counter in Arraywhat language is that? i could understand the whole code, but doesn't understand the meaning of each...
How would I allow the user to input an equationare you sure you've written this sourcecode by yourself? it looks like you have some kind of assignm...
Finding multiples of 7 in given number rangeit's easy, it the user input 2 number; cin>> x >> y; then use loop , for or while for finding firs...
This user does not accept Private Messages