News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

i wrote this program but it doesnt work

Started by jarrybarry, September 17, 2017, 07:30:51 AM

Previous topic - Next topic

jarrybarry

i'm pretty sure this should work but its not

#include <stdio.h>

main()
{

int num;
int i;


    printf(" How many number do you want to see");
    scanf(" %d", &num);

    for(i=1; i<10; i++);
    {
        printf("Counting up....%d\n\n" ,i);
            if (i== num)
                {break;}
    }

}

blauzahn

Please be aware, that this site is not intended to be a general programming help.


http://forums.next.codeblocks.org/index.php/topic,9996.0.html


Thank you.

Jenna

Topic locked because it violates our forum rules.