basic array problemtry this, [code] #include <stdio.h> int main(){ int a=10,b[9]; for(int i=0;i<8;i++){ ...
Nested if else statement errorsyes there seems to be two "else" statement. try to use brackets "{}" to execute more that one line i...
Can someone please explain looping to me?little extra, when you program, its like [code] bool condition = true; while( condition == true ) ...
c++ programIf I correctly understand what you meant, maybe this will help [code] bool allsame ( const unsigned...
for loopYou should try to make this output first to understand the "for" loop : * ** *** **** ***** good l...
This user does not accept Private Messages