User: Cienjz

  • Public profile

User profile: Cienjz

User info
User name:Cienjz
History
Joined:
Number of posts:30
Latest posts:

While loops
while(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 Array
what 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 equation
are 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 range
it'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