Skip to content

Asmafromgithub/pull-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

pull-request

#include <stdio.h>

int main() { int i, age; for ( i = 0; i < 10; i++) { printf("%d\nEnter your age", i); scanf("%d", &age); if (age>10) { break; } /if (age>10) { continue; printf("GJH"); }/ if (age>10) { continue;
} printf("Try to print"); } return 0; }

#include <stdio.h>

int main() { int num, index = 0; printf("Enter a number"); scanf("%d", &num); do { printf("%d\n", index + 1); index = index + 1; } while (index < num); return 0; }

include <stdio.h>

int main(){ printf("Hello I am learning C"); return 0; }

#include<stdio.h>

int main() { int i=0; for ( i = 0; i < 10; i++) { printf("%d", i); } return 0; }

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published