If its not nth power of 2, breakHello 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 arrayHow 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 lengthThanks, what do you write in the code?
How do you set i<= array lengthHello, 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