#16_Break Statements in C

 # include <stdio.h>


int main()
{
    int iage;
    for ( i = 0i < 10i++)
    {
        printf("%d\n Enter yuor age: ",i);
        scanf("%d",&age);
        if (age>10)
        {
            break;
        }
        
    }
        
    return 0;
}

Comments

Popular posts from this blog

#64_Funtions for File I/O in C

#51_Ex_Game