User: vichu99

  • Public profile

User profile: vichu99

User info
User name:vichu99
History
Joined:
Number of posts:10
Latest posts:

If its not nth power of 2, break
Hello why doesnt the line with pow(k, 2) work: if its not nth power of 2, break... it doesnt break?...

how do you put the values in a while loop into an array
How do you put the values of variable a in this loop into an array? int a=2; while(a<100){ a=2*...

How do you set i<= array length
Thanks, what do you write in the code?

How do you set i<= array length
Hello, how do you stop the iteration when it has reached the array length? #include <iostream> #in...

How do you put the results of a loop into an array?
Thanks is there a way to do it if the value N is unknown?

This user does not accept Private Messages