User profile: arzhon

User info
User name:arzhon
History
Joined:
Number of posts:5
Latest posts:

basic array problem
try this, [code] #include <stdio.h> int main(){ int a=10,b[9]; for(int i=0;i<8;i++){ ...

Nested if else statement errors
yes 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++ program
If I correctly understand what you meant, maybe this will help [code] bool allsame ( const unsigned...

for loop
You should try to make this output first to understand the "for" loop : * ** *** **** ***** good l...

This user does not accept Private Messages

User: arzhon

  • Public profile